index
:
zzz--oldstuff/jumpstorm.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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' }