Scriptum/Assets/Scripts/Domain/DialoguePanel/IPanel.cs
2022-10-16 19:40:44 +02:00

7 lines
84 B
C#

using UnityEngine;
public interface IPanel
{
public GameObject BuildPanel();
}