Class RawStateData
- Namespace
- RandomizerCore.Logic.StateLogic
- Assembly
- RandomizerCore.dll
Serializable form of StateManager/StateManagerBuilder.
public class RawStateData
- Inheritance
-
RawStateData
- Inherited Members
Constructors
RawStateData()
public RawStateData()
RawStateData(StateManager)
public RawStateData(StateManager sm)
Parameters
sm
StateManager
Fields
Fields
public Dictionary<string, List<string>>? Fields
Field Value
NamedStateUnions
public Dictionary<string, List<PreState>>? NamedStateUnions
Field Value
NamedStates
public Dictionary<string, PreState>? NamedStates
Field Value
Properties
public Dictionary<string, Dictionary<string, object?>>? Properties