hch
11 小时以前 2f844a7b0d694685557560e721eabd66ff830b7a
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);
        }
    }