summaryrefslogtreecommitdiff
path: root/engine/systems/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-13 16:47:58 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-08-13 16:47:58 -0600
commit98e795029bcc404463ed151ff5255a72498bc641 (patch)
tree48e50d896d00761eae18c89f89e5dd0ef353b660 /engine/systems/index.ts
parentc6e9baa0009f7cce0f6ff156a3957ef04a8cb684 (diff)
downloadjumpstorm-98e795029bcc404463ed151ff5255a72498bc641.tar.gz
jumpstorm-98e795029bcc404463ed151ff5255a72498bc641.zip
Create network component and system
Diffstat (limited to 'engine/systems/index.ts')
-rw-r--r--engine/systems/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/systems/index.ts b/engine/systems/index.ts
index 6cb6f35..075fc4e 100644
--- a/engine/systems/index.ts
+++ b/engine/systems/index.ts
@@ -6,3 +6,4 @@ export * from "./Input";
export * from "./FacingDirection";
export * from "./Collision";
export * from "./WallBounds";
+export * from "./NetworkUpdate";