summaryrefslogtreecommitdiff
path: root/src/engine/systems/SystemNames.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/systems/SystemNames.ts')
-rw-r--r--src/engine/systems/SystemNames.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/systems/SystemNames.ts b/src/engine/systems/SystemNames.ts
index 0de5857..85d1539 100644
--- a/src/engine/systems/SystemNames.ts
+++ b/src/engine/systems/SystemNames.ts
@@ -3,4 +3,5 @@ export namespace SystemNames {
export const Input = "Input";
export const FacingDirection = "FacingDirection";
export const Grid = "Grid";
+ export const LambdaFactory = "LambdaFactory";
}