Beispiel #1
0
 function Game($object = null)
 {
     $this->minPlanets = 25;
     $this->maxPlanets = 35;
     $this->numSectors = 9;
     $this->sectorSize = 20;
     $this->minMoney = 5000;
     $this->maxMoney = 6000;
     parent::__construct($object);
 }
 function Game($object = null)
 {
     parent::__construct($object);
 }