少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
System/Message/BossNotifyWin.cs
@@ -97,7 +97,7 @@
            var _skillId = BossNotify.Request();
            if (_skillId != 0)
            {
                var _bossNotifyCfg = Config.Instance.Get<bossSkillTipsConfig>(_skillId);
                var _bossNotifyCfg = bossSkillTipsConfig.Get(_skillId);
                totalTime = (float)_bossNotifyCfg.time / 1000;
                cacheSkillId = _bossNotifyCfg.SkillID;
                switch (_bossNotifyCfg.mode)
@@ -153,7 +153,7 @@
            if (BossNotify.constDisplaySkill != 0)
            {
                m_ContainerType3.gameObject.SetActive(true);
                var _cfg = Config.Instance.Get<bossSkillTipsConfig>(BossNotify.constDisplaySkill);
                var _cfg = bossSkillTipsConfig.Get(BossNotify.constDisplaySkill);
                m_NotifyContent3.text = _cfg.Content;
            }
        }