summaryrefslogtreecommitdiff
path: root/engine/interfaces/Direction.ts
blob: 0bc6ef3283043288db3e50e72c415c5b6b38eac6 (plain)
1
2
3
4
5
6
export enum Direction {
  UP = "UP",
  DOWN = "DOWN",
  LEFT = "LEFT",
  RIGHT = "RIGHT",
}