diff options
Diffstat (limited to 'engine/systems/index.ts')
-rw-r--r-- | engine/systems/index.ts | 1 |
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"; |