少年修仙传客户端代码仓库
client_Lhy
2019-06-11 712c96f16a43ca2ebcf607b384c0e886e3dbd094
System/MainInterfacePanel/MainPositionTween.cs
@@ -43,6 +43,16 @@
        TreasureModel treasureModel { get { return ModelCenter.Instance.GetModel<TreasureModel>(); } }
        public void Init()
        {
            this.enabled = true;
        }
        public void UnInit()
        {
            this.enabled = false;
        }
        void Start()
        {
            m_RayMask.AddListener(MarkRayButton);