Exemplo n.º 1
0
 function ResearchBuild($Element)
 {
     global $RESEARCH;
     $this->setGlobal();
     $this->LOG("Tech: " . $Element);
     BuildFunctions::addResearchToQueue($Element);
     //$GLOBALS['RESEARCH']->AddBuildingToQueue($Element);
     $this->getGlobal();
 }