//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Wednesday, January 09, 2019 //-------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace vnxbqy.UI { //成就活动面板 public class AchievementActivityWin : OneLevelWin { Dictionary m_FunctionButtons = new Dictionary(); #region Built-in OpenServiceAchievementModel openServiceAchievementModel { get { return ModelCenter.Instance.GetModel(); } } SpringFestivalModel springFestivalModel { get { return ModelCenter.Instance.GetModel(); } } protected override void BindController() { m_TitleIcon = this.GetComponent("Pivot/Container_BackGround/Img_Title"); m_Group = this.GetComponent("Pivot/Container_Functions"); m_Left = this.GetComponent