6 lines
63 B
TypeScript
Raw Normal View History

2022-03-21 17:27:37 +08:00
export enum Direction {
Up,
Down,
Left,
Right
}