Files
MergeGangRush_unity_IOS/Assets/CrazyZoo/Runtime/Logic/ToolKit/CrazyZooState.cs
T

9 lines
133 B
C#
Raw Normal View History

2026-07-13 18:14:23 +08:00
namespace ScrewsMaster
{
public enum CrazyZooState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}