Interface GridEngineState

interface GridEngineState {
    characters: GridCharacterState[];
}

Properties

Properties

characters: GridCharacterState[]