blob: cf664221c346e29066644ea9ab6a2d909ac64501 (
plain)
1
2
3
4
5
6
7
8
9
|
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";
export const NetworkUpdate = "NetworkUpdate";
}
|