Files

10 lines
139 B
C#
Raw Permalink 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,
}
}