Enum CreatureType
Enumerates the different types of creatures.
Namespace: Fibula.Creatures.Contracts.Enumerations
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public enum CreatureType
Fields
| Name | Description |
|---|---|
| Monster | A monster. |
| NonPlayerCharacter | An NPC. |
| Player | A player. |