Project_WL/Assets/Script/Mgr/PopupMgr.cs

10 lines
296 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
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;
}