少年修仙传客户端代码仓库
client_linchunjie
2018-08-29 91ebb4e55155d99bd27a52d359e2e7b89225af21
2960 抢Boss活动
1个文件已修改
2 ■■■ 已修改文件
System/FairyAu/FairyGrabBossHintWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyGrabBossHintWin.cs
@@ -122,7 +122,7 @@
            if (model.TryGetBossProgress(bossId, out bossProgress))
            {
                var progress = (float)bossProgress.currentHp / bossProgress.totalHp;
                m_Progress.text = StringUtility.Contact((int)progress * 100, "%");
                m_Progress.text = StringUtility.Contact((int)(progress * 100), "%");
                killed = progress >= 1;
            }
            m_ContainerKilling.gameObject.SetActive(!killed);