Files

9 lines
133 B
C#
Raw Permalink Normal View History

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