jumpstorm/client/lib/interfaces/Action.ts
2023-07-19 20:38:24 -07:00

6 lines
58 B
TypeScript

export enum Action {
MOVE_LEFT,
MOVE_RIGHT,
JUMP,
}