using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; using System; using System.Text; using System.Text.RegularExpressions; namespace Snxxz.UI { public class RolePanel : OneLevelWin { Dictionary m_FunctionButtons = new Dictionary(); protected override void BindController() { m_TitleIcon = this.GetComponent("Pivot/Container_BackGround/Img_Title"); m_Group = this.GetComponent("Pivot/Container_Functions"); m_Left = this.GetComponent