Esempio n. 1
0
 /**
  * @param TechnologyCombat $technology
  * @param integer $count
  */
 public function __construct(TechnologyCombat $technology, $count)
 {
     parent::__construct($technology);
     $this->_count = $count;
 }
Esempio n. 2
0
 /**
  * @param TechnologyCombat $technology
  * @param integer $level
  */
 public function __construct(TechnologyEconomy $technology, $level)
 {
     parent::__construct($technology);
     $this->_level = $level;
 }