You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
20
Assets/Scripts/System/StateSystem/GameGlobalState.cs
Normal file
20
Assets/Scripts/System/StateSystem/GameGlobalState.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Author: Foldcc
|
||||
* Mail: lhyuau@qq.com
|
||||
*/
|
||||
|
||||
namespace System.StateSystem
|
||||
{
|
||||
public enum GameGlobalState
|
||||
{
|
||||
GameBegin,
|
||||
GameInit,
|
||||
GameLogin,
|
||||
GameLoading,
|
||||
GameHome,
|
||||
GameRoom,
|
||||
GameExit,
|
||||
GameAssetCheck,
|
||||
Certification,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user