Esempio n. 1
0
 /** BUILD FUNCTIONS **/
 function AddBuildingToQueue($Element)
 {
     $this->LOG("Build: " . $Element);
     $this->setGlobal();
     BuildFunctions::addBuildingToQueue($Element);
     $this->getGlobal();
 }