mooball
    Preparing search index...

    Interface UpdateGoalParams

    interface UpdateGoalParams {
        p0?: [x: number, y: number];
        p1?: [x: number, y: number];
        team?: UnparsedTeam2;
    }
    Index

    Properties

    Properties

    p0?: [x: number, y: number]

    The new first point of the goal.

    p1?: [x: number, y: number]

    The new second point of the goal.

    The new team of the goal.