Files
ZooMatch-GP/Assets/ZooMatch/ToolKit/ZooMatchState.cs
T

10 lines
139 B
C#
Raw Normal View History

2026-06-02 10:26:44 +08:00
namespace ZooMatch
2026-06-02 10:26:44 +08:00
{
public enum ZooMatchState
2026-06-02 10:26:44 +08:00
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}