Exemplo n.º 1
0
 public static function GetBuildingListOfColony(Colony $colony, $readyToBeBuilt = false)
 {
     global $NN_config;
     $IDrangeFrom = $NN_config["building_id_range"]["from"];
     $IDrangeTo = $NN_config["building_id_range"]["to"];
     return ResourceBuilder::GetBuildListBy($colony, $IDrangeFrom, $IDrangeTo, $readyToBeBuilt, "production_building");
 }