moons-ta-client
    Preparing search index...

    Interface Tournament_TournamentSettings_Pool

    from protobuf message proto.models.Tournament.TournamentSettings.Pool

    interface Tournament_TournamentSettings_Pool {
        guid: string;
        image: string;
        maps: Map[];
        name: string;
    }
    Index

    Properties

    Properties

    guid: string

    from protobuf field: string guid = 1;

    image: string

    from protobuf field: string image = 3;

    maps: Map[]

    from protobuf field: repeated proto.models.Map maps = 4;

    name: string

    from protobuf field: string name = 2;