Enum TempState
- Namespace
- RandomizerCore
- Assembly
- RandomizerCore.dll
An enum which tracks whether an operation has been completed, and whether its result will be permanent or not.
public enum TempState
Fields
None = 0
Permanent = 2
Temporary = 1