Seperated entities by building/unit

This commit is contained in:
2019-10-24 12:01:25 -05:00
parent 76578212e4
commit cc040f718b
6 changed files with 5 additions and 4 deletions

View File

@@ -139,6 +139,6 @@ class IMICRTS
end
end
Dir.glob("#{IMICRTS::GAME_ROOT_PATH}/lib/entities/*.rb").each do |entity|
Dir.glob("#{IMICRTS::GAME_ROOT_PATH}/lib/entities/**/*.rb").each do |entity|
require_relative entity
end