Files

10 lines
138 B
C#

namespace ChillConnect
{
public enum ChillConnectState
{
STATE_NONE,
STATE_LOADING,
STATE_LOADED,
}
}