diff options
Diffstat (limited to 'client/lib/systems/names.ts')
-rw-r--r-- | client/lib/systems/names.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/lib/systems/names.ts b/client/lib/systems/names.ts deleted file mode 100644 index 23f31fc..0000000 --- a/client/lib/systems/names.ts +++ /dev/null @@ -1,8 +0,0 @@ -export namespace SystemNames { - export const Render = "Render"; - export const Physics = "Physics"; - export const FacingDirection = "FacingDirection"; - export const Input = "Input"; - export const Collision = "Collision"; - export const WallBounds = "WallBounds"; -} |