w3gjs
    Preparing search index...

    Type Alias LeaveGameBlock

    type LeaveGameBlock = {
        id: 23;
        playerId: number;
        reason: string;
        result: string;
    }
    Index

    Properties

    id: 23
    playerId: number
    reason: string
    result: string