Table of Contents

Interface IState

Namespace
RandomizerCore.Logic.StateLogic
Assembly
RandomizerCore.dll
public interface IState

Methods

GetBool(int)

bool GetBool(int index)

Parameters

index int

Returns

bool

GetInt(int)

int GetInt(int index)

Parameters

index int

Returns

int