yyl
2025-08-25 cec8b67d82c2c2c1662d55c818c4a46bcc0487db
Main/System/Battle/BattleWin.cs
@@ -24,13 +24,13 @@
    private void PauseGame()
    {
        // Debug.LogError("PauseeGame");
        // BattleDebug.LogError("PauseeGame");
        // if (null == battleField)
        //     return;
        // battleField.IsPause = !battleField.IsPause;
        // Debug.LogError(" is pause " + battleField.IsPause.ToString());
        // BattleDebug.LogError(" is pause " + battleField.IsPause.ToString());
        if (battleField != null)
        {