Files
M-Gameton-06/Gameton-06/Assets/Gameton/Scripts/Common/UIList.cs
2025-01-24 17:55:26 +09:00

27 lines
332 B
C#

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