Project_WL/Assets/Script/Mgr/PopupMgr.cs

10 lines
296 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PopupMgr : MonoBehaviourSingletonTemplate<PopupMgr>
{
public EquipmentItemPopup m_EquipmentItemPopup;
public EquipmentPopup m_EquipmentPopup;
public EquipmentMakePopup m_EquipmentMakePopup;
}