Files
2026-07-13 18:14:23 +08:00

9 lines
133 B
C#

namespace ScrewsMaster
{
public enum CrazyZooState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}