From 72c6c7de12e9833f52bf2d0718d70f044f8ab57e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 20 Jul 2023 20:47:32 -0700 Subject: a bit of refactoring; importing engine into bun for server --- engine/interfaces/Direction.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 engine/interfaces/Direction.ts (limited to 'engine/interfaces/Direction.ts') diff --git a/engine/interfaces/Direction.ts b/engine/interfaces/Direction.ts new file mode 100644 index 0000000..0bc6ef3 --- /dev/null +++ b/engine/interfaces/Direction.ts @@ -0,0 +1,6 @@ +export enum Direction { + UP = "UP", + DOWN = "DOWN", + LEFT = "LEFT", + RIGHT = "RIGHT", +} -- cgit v1.2.3-70-g09d2