2024-03-01 16:45:58 -07:00
|
|
|
export namespace SystemNames {
|
|
|
|
export const Render = "Render";
|
|
|
|
export const Input = "Input";
|
2024-03-01 19:45:33 -07:00
|
|
|
export const FacingDirection = "FacingDirection";
|
2024-03-01 21:29:40 -07:00
|
|
|
export const Grid = "Grid";
|
2024-03-02 04:02:20 -07:00
|
|
|
export const LambdaFactory = "LambdaFactory";
|
2024-03-01 16:45:58 -07:00
|
|
|
}
|