using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; namespace EnglewoodLAB.UI { public class Panel_Menu : PanelBase, IPopupPanel { RectTransform TabButtonList; Button Button_Control; Button Button_Protocol; Button Button_Reset; Button Button_Accept; Button Button_Close; public List settingPanels = new List(); SettingPanel currentTab; public List