Beispiel #1
0
 protected override bool PlayerExit(PlayerBusiness player)
 {
     //断开,移除所有道具
     int count = player.RemoveGoodsAll(m_pro.Elements[0], GoodsSource.ProExit);
     m_total += count;
     return base.PlayerExit(player);
 }