diff options
| author | realtradam <[email protected]> | 2021-05-18 04:49:47 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-18 04:49:47 -0400 |
| commit | 120b693ffd02bc5c7f41ff2b9657facc7117daae (patch) | |
| tree | 59e9f982dc2ee994cbbb65411065b35445048502 /app/ECS/system_manager.rb | |
| parent | 24524ad0b1c7a2aeea0bad28092e946cef8026fa (diff) | |
| download | typemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.tar.gz typemon-code-120b693ffd02bc5c7f41ff2b9657facc7117daae.zip | |
.
Diffstat (limited to 'app/ECS/system_manager.rb')
| -rw-r--r-- | app/ECS/system_manager.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/ECS/system_manager.rb b/app/ECS/system_manager.rb index e0e41da..e63375c 100644 --- a/app/ECS/system_manager.rb +++ b/app/ECS/system_manager.rb @@ -1,7 +1,5 @@ #require 'app/ECS/systems/00_movement.rb' #require 'app/ECS/systems/01_flying.rb' -class ECS - class Systems - end +class Systems end |
