예제 #1
0
 public void SendShop(MapleClient c)
 {
     c.Player.Shop = this;
     c.Send(PacketCreator.GetNpcShop(c, Npcid, m_mItems));
 }