/** * The direction a player or NPC is facing */ export declare enum Direction { Down = 0, Left = 1, Up = 2, Right = 3 } //# sourceMappingURL=direction.d.ts.map