新增 FlowScope Git 包雏形
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace FlowScope.Flow
|
||||
{
|
||||
public enum GameFlowState
|
||||
{
|
||||
Idle,
|
||||
Starting,
|
||||
Running,
|
||||
Switching,
|
||||
NoActiveFeature,
|
||||
ShuttingDown,
|
||||
Disposed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user