Table of Contents

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

Dictionary<string, List<string>>

NamedStateUnions

public Dictionary<string, List<PreState>>? NamedStateUnions

Field Value

Dictionary<string, List<PreState>>

NamedStates

public Dictionary<string, PreState>? NamedStates

Field Value

Dictionary<string, PreState>

Properties

public Dictionary<string, Dictionary<string, object?>>? Properties

Field Value

Dictionary<string, Dictionary<string, object>>