示例#1
0
 public function getTotalDefendersLostUnits()
 {
     return Math::recursive_sum($this->getDefendersLostUnits());
 }