This is the module and support folder for CityGen.

All .rb files in this folder is loaded by city_gen.rb.

Make a new folder for eah module, and place a loading .rb here.

Example:

Plugins\city_gen.rb <- Core CityGen file
Plugins\Gity_Gen\street_gen.rb <- Core Street Generator module file - loaded by city_gen.rb
Plugins\City_Gen\Street_Gen\ <- Street Generator's support folder