diff options
Diffstat (limited to 'client/lib/systems/index.ts')
-rw-r--r-- | client/lib/systems/index.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/lib/systems/index.ts b/client/lib/systems/index.ts deleted file mode 100644 index 6cb6f35..0000000 --- a/client/lib/systems/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -export * from "./names"; -export * from "./System"; -export * from "./Render"; -export * from "./Physics"; -export * from "./Input"; -export * from "./FacingDirection"; -export * from "./Collision"; -export * from "./WallBounds"; |