lcy
5 天以前 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
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);
        }
    }