mooball
    Preparing search index...

    Interface CreateGoalParams

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

    Properties

    Properties

    p0: [x: number, y: number]

    The starting point of the new goal object.

    p1: [x: number, y: number]

    The ending point of the new goal object.

    The team of the new goal object.