Ejemplo n.º 1
0
        protected override void OnGameFree(TableData data)
        {
            base.OnGameFree(data);

            if (Dnxb != null)
            {
                JpDnxbCtrl.SetDnxb(Dnxb, data.BankerSeat, data.PlayerSeat);
            }
            fanpaiMahjong = null;
            FanpaiBottom.gameObject.SetActive(false);
            if (GobLaizGtouInfo != null)
            {
                GobLaizGtouInfo.SetActive(false);
            }
        }
Ejemplo n.º 2
0
 public override void SetBanker(int chair)
 {
     base.SetBanker(chair);
     JpDnxbCtrl.SetDnxb(DnxbCtlGob, UtilData.BankerSeat, UtilData.PlayerSeat);
 }