blob: 33e39ac15958f1153150fb405e6824ed32a0f2c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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";
export const Modal = "Modal";
export const RadialObserve = "RadialObserve";
}
|