summaryrefslogtreecommitdiff
path: root/src/engine/systems/SystemNames.ts
blob: 63f83a4d4f2228376b3ccf4023df0fba1c6841ca (plain)
1
2
3
4
5
6
7
8
9
10
11
export namespace SystemNames {
  export const Render = "Render";
  export const Input = "Input";
  export const FacingDirection = "FacingDirection";
  export const Grid = "Grid";
  export const GridSpawner = "GridSpawner";
  export const Collision = "Collision";
  export const Life = "Life";
  export const Music = "Music";
  export const Level = "Level";
}