using System; using System.Runtime.Remoting.Metadata.W3cXsd2001; using UnityEngine.UI; using ZXKFramework; namespace YiLiao.XinFeiTingZhen { public class TxtSelectQuestionPanel : UIBase { #region 修改代码前逻辑 暂未删除 //public override string GroupName => "TxtSelectQuestionPanel"; //public override string Name => "TxtSelectQuestionPanel"; //public Action nextAction; //public Action subAction; //TxtSelectManager[] txtSelectManagers; //Button nextBtn; //Button subBtn; //int id; //public override void Init(IUIManager uictrl) //{ // base.Init(uictrl); // txtSelectManagers = GetComponentsInChildren(true); // nextBtn = transform.FindFirst