mooball
    Preparing search index...

    Interface UpdateSpawnPointParams

    interface UpdateSpawnPointParams {
        team?: UnparsedTeam2;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    The new team of the spawn point.

    x?: number

    The new x coordinate of the spawn point.

    y?: number

    The new y coordinate of the spawn point.