public void ChuPaiEndEventHandle() { Debug.Log("[" + seatindex + "]ChuPaiEndEventHandle"); if (_RecyleHandCardList.Count == 0) { return; } HandCardItem item = _RecyleHandCardList[_RecyleHandCardList.Count - 1]; GameObject obj = item.getObj(); if (obj != null) { obj.transform.SetParent(this.transform); item.resetColor(); showFocus(obj); lastChuPai = item; } }