Enum WorldState
Enumeration of the possible world states.
Namespace: Fibula.Mechanics.Contracts.Enumerations
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public enum WorldState : byte
Fields
| Name | Description |
|---|---|
| Closed | Testing or closed beta state. |
| Loading | Represents a world in loading state. |
| Open | The normal, open public state. |