Enum ExhaustionType
Enumerates the possible forms of the exhaustion condition.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum ExhaustionType : byte
Fields
| Name | Description |
|---|---|
| Action | Exhausted to use items or otherwise perform actions. |
| Combat | Exhausted to fight physically. |
| Magic | Exhausted to cast magic. |
| Movement | Exhausted to move. |