//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Friday, September 08, 2017 //-------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Snxxz.UI { public class ComposeWin : OneLevelWin { Dictionary m_FunctionButtons = new Dictionary(); ComposeWinModel ComposeModel { get { return ModelCenter.Instance.GetModel(); } } SelectEquipModel selectModel { get { return ModelCenter.Instance.GetModel(); } } #region Built-in protected override void BindController() { m_TitleIcon = this.GetComponent("Pivot/Container_BackGround/Img_Title"); m_Group = this.GetComponent("Pivot/Container_Functions"); m_Left = this.GetComponent