mooball
    Preparing search index...

    Interface AddSpawnPointParams

    interface AddSpawnPointParams {
        team: UnparsedTeam2;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    The team of the new spawn point.

    x: number

    The x coordinate of the new spawn point.

    y: number

    The y coordinate of the new spawn point.