Files
M-Gameton-06/Gameton-06/Assets/Gameton/Scripts/Common/UIList.cs
2025-01-21 22:53:52 +09:00

26 lines
310 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TON
{
public enum UIList
{
PANEL_START,
TitleUI,
IngameUI,
LogUI,
PANEL_END,
POPUP_START,
PausePopupUI,
LoadingUI,
POPUP_END,
}
}