2024-03-01 16:45:58 -07:00
|
|
|
export namespace SystemNames {
|
|
|
|
export const Render = "Render";
|
|
|
|
export const Physics = "Physics";
|
|
|
|
export const Input = "Input";
|
|
|
|
export const Collision = "Collision";
|
|
|
|
export const WallBounds = "WallBounds";
|
2024-03-01 19:45:33 -07:00
|
|
|
export const FacingDirection = "FacingDirection";
|
2024-03-01 16:45:58 -07:00
|
|
|
}
|