using UnityEngine;

public interface IPanel
{
    public GameObject BuildPanel();
}