diff options
Diffstat (limited to 'engine/systems/index.ts')
-rw-r--r-- | engine/systems/index.ts | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/engine/systems/index.ts b/engine/systems/index.ts index 6cb6f35..43181e9 100644 --- a/engine/systems/index.ts +++ b/engine/systems/index.ts @@ -1,8 +1,9 @@ -export * from "./names"; -export * from "./System"; -export * from "./Render"; -export * from "./Physics"; -export * from "./Input"; -export * from "./FacingDirection"; -export * from "./Collision"; -export * from "./WallBounds"; +export * from './names'; +export * from './System'; +export * from './Render'; +export * from './Physics'; +export * from './Input'; +export * from './FacingDirection'; +export * from './Collision'; +export * from './WallBounds'; +export * from './NetworkUpdate'; |