示例#1
0
文件: SR_Item.php 项目: sinfocol/gwf3
 public function displayName(SR_Player $player, $colors = true)
 {
     return Shadowlang::displayItemname($player, $this, $colors);
 }