Scriptum/Assets/Scripts/REFACTORING/Application/Dialogue/Panel/IPanel.cs
2022-12-04 20:48:40 +01:00

7 lines
84 B
C#

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