@osynicite/osynic-osuapi
    Preparing search index...

    Interface MultiplayerGame

    多人游戏单局游戏结构体 Multiplayer game structure

    interface MultiplayerGame {
        beatmap_id: string;
        end_time: string;
        game_id: string;
        match_type: string;
        mods: string;
        play_mode: string;
        scores: MultiplayerScore[];
        scoring_type: string;
        start_time: string;
        team_type: string;
    }
    Index

    Properties

    beatmap_id: string
    end_time: string
    game_id: string
    match_type: string
    mods: string
    play_mode: string
    scoring_type: string
    start_time: string
    team_type: string