diff options
| author | realtradam <[email protected]> | 2021-05-27 07:42:22 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-27 07:42:22 -0400 |
| commit | 4aad23fac9628efc0111287bbecf4217723396e8 (patch) | |
| tree | d44a2ddd7ddfecedcab5b074027ad9bd21e45113 /system_manager.rb | |
| parent | da83ac0bef61770d24634fa2c8cdc1288aa9e371 (diff) | |
| download | FelECS-4aad23fac9628efc0111287bbecf4217723396e8.tar.gz FelECS-4aad23fac9628efc0111287bbecf4217723396e8.zip | |
aliasing and tests
Diffstat (limited to 'system_manager.rb')
| -rw-r--r-- | system_manager.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system_manager.rb b/system_manager.rb index e63375c..14f37d4 100644 --- a/system_manager.rb +++ b/system_manager.rb @@ -1,5 +1,7 @@ #require 'app/ECS/systems/00_movement.rb' #require 'app/ECS/systems/01_flying.rb' -class Systems +class FelFlame + class Systems + end end |
