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