lcy
6 天以前 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
130 战斗修改回合样式
1个文件已修改
2 ■■■ 已修改文件
Main/System/Battle/BaseBattleWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BaseBattleWin.cs
@@ -271,7 +271,7 @@
    {
        if (txtBattleRound != null)
        {
            txtBattleRound.text = string.Format("{0}/{1}", round, maxRound);
            txtBattleRound.text = Language.Get("RoundText", round, maxRound);
        }
    }