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