Interface JGOFSealingIntersection

interface JGOFSealingIntersection {
    color: JGOFNumericPlayerColor;
    x: number;
    y: number;
}

Hierarchy (view full)

Properties

Properties

Color the intersection is probably presumed to be by the players, but is in fact empty.

x: number

Horizontal coordinate, counting left to right, starting with zero

y: number

Vertical coordinate, counting top to bottom, starting with zero