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