blob: 23f31fc56511cd96a5d75f2b4cb339882d21d34e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
export namespace SystemNames {
export const Render = "Render";
export const Physics = "Physics";
export const FacingDirection = "FacingDirection";
export const Input = "Input";
export const Collision = "Collision";
export const WallBounds = "WallBounds";
}
|