using System; using UnityEngine.UI; using ZXKFramework; namespace DongWuYiXue.DaoNiaoShu { public class TxtSelectQuestionPanel : UIBase { public override string GroupName => "TxtSelectQuestionPanel"; public override string Name => "TxtSelectQuestionPanel"; public Action nextAction; public Action subAction; TxtSelectManager[] txtSelectManagers; Button nextBtn; Button subBtn; int id; string stepName; public override void Init(IUIManager uictrl) { base.Init(uictrl); txtSelectManagers = GetComponentsInChildren(true); nextBtn = transform.FindFirst