using UnityEngine;
namespace Game
{
class UIInfo: MonoBehaviour
#if UNITY_EDITOR
[SerializeField]
public IUI ui;
#endif
}