blob: 0de58576a170d9969cc76c856160ed107f7ccd22 (
plain) (
blame)
1
2
3
4
5
6
|
export namespace SystemNames {
export const Render = "Render";
export const Input = "Input";
export const FacingDirection = "FacingDirection";
export const Grid = "Grid";
}
|