moons-ta-client
    Preparing search index...

    Interface Map

    from protobuf message proto.models.Map

    interface Map {
        gameplayParameters?: GameplayParameters;
        guid: string;
    }
    Index

    Properties

    gameplayParameters?: GameplayParameters

    from protobuf field: proto.models.GameplayParameters gameplay_parameters = 2;

    guid: string

    from protobuf field: string guid = 1;