blob: 85d15398c16f12168c76672891aad4ed86ddffaf (
plain)
1
2
3
4
5
6
7
|
export namespace SystemNames {
export const Render = "Render";
export const Input = "Input";
export const FacingDirection = "FacingDirection";
export const Grid = "Grid";
export const LambdaFactory = "LambdaFactory";
}
|