Scriptum/Assets/Scripts/REFACTORING/Application/Dialogue/Panel/IPanel.cs

7 lines
84 B
C#
Raw Normal View History

2022-10-16 19:40:44 +02:00
using UnityEngine;
public interface IPanel
{
public GameObject BuildPanel();
}