少年修仙传客户端代码仓库
client_Hale
2018-09-26 fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab
System/Activity/ActivityNotifyWin.cs
@@ -101,7 +101,7 @@
        {
            presentActivityType = _type;
            m_ActivityNotify.Init(_type, this);
            var _open = WindowCenter.Instance.CheckOpen<MainInterfaceWin>();
            var _open = WindowCenter.Instance.IsOpen<MainInterfaceWin>();
            m_ActivityNotify.gameObject.SetActive(_open);
        }