예제 #1
0
파일: Soldier.php 프로젝트: sinfocol/gwf3
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The Soldier';
 }
예제 #2
0
 public function getName()
 {
     return $this->getPartyID() > 0 ? parent::getName() : 'The magician';
 }