OPPOSITES: {
    -1: None;
    0: West;
    1: South;
    2: East;
    3: North;
    4: Southwest;
    5: Southeast;
    6: Northwest;
    7: Northeast;
} = ...

Type declaration

Generated using TypeDoc