mwg API
    Preparing search index...

    Interface TickEvent

    interface TickEvent {
        checksums?: Record<string, number>;
        inputs: Record<string, unknown>;
        tick: number;
    }
    Index
    checksums?: Record<string, number>

    state checksums reported by peers after applying this tick, when supplied

    inputs: Record<string, unknown>

    this room's every client id mapped to its input for tick, or null if it missed the deadline

    tick: number