コード例 #1
0
ファイル: SR_Item.php プロジェクト: sinfocol/gwf3
 public function displayName(SR_Player $player, $colors = true)
 {
     return Shadowlang::displayItemname($player, $this, $colors);
 }