diff options
Diffstat (limited to 'engine/systems/names.ts')
-rw-r--r-- | engine/systems/names.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/systems/names.ts b/engine/systems/names.ts index 23f31fc..cf66422 100644 --- a/engine/systems/names.ts +++ b/engine/systems/names.ts @@ -5,4 +5,5 @@ export namespace SystemNames { export const Input = "Input"; export const Collision = "Collision"; export const WallBounds = "WallBounds"; + export const NetworkUpdate = "NetworkUpdate"; } |