summaryrefslogtreecommitdiff
path: root/engine/interfaces/Action.ts
blob: f0e6a6618baf54bb6d00c45c95d4a6b76ea867b4 (plain)
1
2
3
4
5
export enum Action {
  MOVE_LEFT,
  MOVE_RIGHT,
  JUMP
}