mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
8 lines
166 B
Ruby
8 lines
166 B
Ruby
class IMICRTS
|
|
class Pathfinder
|
|
end
|
|
end
|
|
|
|
Dir.glob("#{IMICRTS::GAME_ROOT_PATH}/lib/pathfinding/*.rb").each do |pathing_method|
|
|
require_relative pathing_method
|
|
end |