示例#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);
 }