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: 0bc6ef3283043288db3e50e72c415c5b6b38eac6 (
plain
)
1
2
3
4
5
6
export enum Direction { UP = "UP", DOWN = "DOWN", LEFT = "LEFT", RIGHT = "RIGHT", }