From 98e795029bcc404463ed151ff5255a72498bc641 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 13 Aug 2023 16:47:58 -0600 Subject: Create network component and system --- engine/systems/names.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/systems/names.ts') 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"; } -- cgit v1.2.3-70-g09d2