using UnityEngine; namespace UI { public class EquipmentUI:MonoBehaviour { [SerializeField] private GameObject uiParent; } }