Enum DifficultyModifier
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration used for Difficulty.
public enum DifficultyModifier
- Extension Methods
Fields
Chill = 0The chill difficulty modifier, which should make aspects of the game easier.
Normal = 1The normal, default difficulty modifier.
Intense = 2The intense difficulty modifier, which should make aspects of the game harder.