8 lines
217 B
TypeScript
Raw Normal View History

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";
}