프로젝트 Common 스크립트 추가
This commit is contained in:
25
Gameton-06/Assets/Gameton/Scripts/Common/UIList.cs
Normal file
25
Gameton-06/Assets/Gameton/Scripts/Common/UIList.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user