DifficultyColor Enumeration |
Values that represent DifficultyColor.
Namespace: StyxAssembly: Styx (in Styx.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic enum DifficultyColor
Members
| Member name | Value | Description |
---|
| Gray | 0 | An enum constant representing the gray option. |
| Green | 1 | An enum constant representing the green option. |
| Yellow | 2 | An enum constant representing the yellow option. |
| Orange | 3 | An enum constant representing the orange option. |
| Red | 4 | An enum constant representing the red option. |
| Skull | 5 | An enum constant representing the skull option. |
See Also