Enum SquareColor
Enumerates the possible colors of the creature square.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum SquareColor : byte
Fields
| Name | Description |
|---|---|
| Black | A black square. |
| First | A pointer to the first valid value in this enumeration. |
| Last | A pointer to the last valid value in this enumeration. |
| White | A white square. |