moons-ta-client
    Preparing search index...

    Interface Beatmap

    from protobuf message proto.models.Beatmap

    interface Beatmap {
        characteristic?: Characteristic;
        difficulty: number;
        levelId: string;
        name: string;
    }
    Index

    Properties

    characteristic?: Characteristic

    from protobuf field: proto.models.Characteristic characteristic = 3;

    difficulty: number

    from protobuf field: int32 difficulty = 4;

    levelId: string

    from protobuf field: string level_id = 2;

    name: string

    from protobuf field: string name = 1;