mwg API
    Preparing search index...

    Interface TacticalState

    interface TacticalState {
        cells: TacticalCell[];
        height: number;
        round: number;
        shape: TacticalShape;
        turn: string;
        units: TacticalUnit[];
        width: number;
    }
    Index
    cells: TacticalCell[]
    height: number
    round: number
    turn: string
    units: TacticalUnit[]
    width: number