Files
2026-05-28 15:23:36 +08:00

10 lines
130 B
C#

namespace ZooMatch
{
public enum ZooMatchState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}