/// <summary> /// 继续游戏 /// </summary> private void OnContinue() { UI entity = this.GetParent <UI>(); UI parent = (UI)entity.Parent; parent.GameObject.Get <GameObject>("ReadyButton").SetActive(true); parent.Remove(entity.Name); }