mwg API
    Preparing search index...

    Interface SideTurn

    interface SideTurn {
        newRound: boolean;
        round: number;
        side: string;
    }
    Index
    newRound: boolean

    true on the turn that opened a new round and advanced the time of day

    round: number
    side: string