diff options
Diffstat (limited to 'client/lib/interfaces/Direction.ts')
-rw-r--r-- | client/lib/interfaces/Direction.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/lib/interfaces/Direction.ts b/client/lib/interfaces/Direction.ts deleted file mode 100644 index 0bc6ef3..0000000 --- a/client/lib/interfaces/Direction.ts +++ /dev/null @@ -1,6 +0,0 @@ -export enum Direction { - UP = "UP", - DOWN = "DOWN", - LEFT = "LEFT", - RIGHT = "RIGHT", -} |