少年修仙传客户端代码仓库
client_linchunjie
2019-04-11 c147c66264c363722b56dba8287a74293e5f63df
3335 仙盟圣灵修改
1个文件已修改
4 ■■■■ 已修改文件
System/FairyAu/AllianceBossBehaviour.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/AllianceBossBehaviour.cs
@@ -154,8 +154,8 @@
                        var hourMinutes = dailyQuestOpenTime.NormalOpenTimes.Values.First();
                        if (index < hourMinutes.Count)
                        {
                            m_BossState.text = StringUtility.Contact(Language.Get("ActivityTime"),
                                hourMinutes[index].ToOpenTime());
                            var timeLabel = UIHelper.AppendColor(TextColType.Red, hourMinutes[index].ToOpenTime());
                            m_BossState.text = StringUtility.Contact(Language.Get("ActivityTime"), timeLabel);
                        }
                    }
                    m_BossState.color = UIHelper.GetUIColor(TextColType.White);