Enum WorldType
Enumeration of the possible world types.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum WorldType : byte
Fields
| Name | Description |
|---|---|
| FreeForAll | PvP is unpunished. |
| Hardcore | PvP is encouraged. |
| Normal | PvP is allowed but punished. |
| Safe | No PvP allowed. |