示例#1
0
文件: SR_City.php 项目: sinfocol/gwf3
 private function checkNPCLang(SR_NPC $npc)
 {
     if ($npc instanceof SR_TalkingNPC) {
         $npc->setChatPartner(Shadowrun4::getDummyPlayer());
         $npc->langNPC('default');
     }
 }