Files

10 lines
139 B
C#

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