hch
2025-10-22 63c69d907fc4615917ba06baa1401f0f0e931ef2
Main/System/Battle/BattleField/BattleField.cs
@@ -565,18 +565,8 @@
    
    //暂停的原因有很多,需要检查各种状态
    bool CanResumeGame()
    protected virtual bool CanResumeGame()
    {
        if (NewBieCenter.Instance.IsPauseStoryBattleState())
        {
            return false;
        }
        if (UIManager.Instance.IsOpened<EquipExchangeWin>())
        {
            return false;
        }
        return true;
    }