예제 #1
0
파일: SR_Item.php 프로젝트: sinfocol/gwf3
 public function displayRequirements(SR_Player $player)
 {
     return Shadowfunc::getRequirements($player, $this->getItemRequirements());
 }