hch
2025-10-21 86e71fc30078f8c51a548dd80c0c909df643e299
Main/System/Battle/BattleField/BattleField.cs
@@ -562,7 +562,7 @@
    //暂停的原因有很多,需要检查各种状态
    bool CanResumeGame()
    {
        if (UIManager.Instance.IsOpened<NewBieWin>())
        if (NewBieCenter.Instance.IsPauseStoryBattleState())
        {
            return false;
        }