From 81298e554df8d11aeefe7b08aa3d45f1593bf586 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 29 七月 2025 21:11:42 +0800
Subject: [PATCH] 0312 防范报错
---
Main/System/Main/PlayerMainDate.cs | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Main/System/Main/PlayerMainDate.cs b/Main/System/Main/PlayerMainDate.cs
index 2efdb1c..2711a38 100644
--- a/Main/System/Main/PlayerMainDate.cs
+++ b/Main/System/Main/PlayerMainDate.cs
@@ -95,18 +95,18 @@
}
}
- public void CustomPowerUp(ulong nowPower ,ulong addPower)
- {
- prowNum = (long)nowPower;
- prowNumChange = (long)addPower;
- isAdd = true;
- if (UIManager.Instance.IsOpened<PowerAddWin>())
- {
- AddPowerEvent?.Invoke();
- return;
- }
- UIManager.Instance.OpenWindow<PowerAddWin>();
- }
+ // public void CustomPowerUp(ulong nowPower ,ulong addPower)
+ // {
+ // prowNum = (long)nowPower;
+ // prowNumChange = (long)addPower;
+ // isAdd = true;
+ // if (UIManager.Instance.IsOpened<PowerAddWin>())
+ // {
+ // AddPowerEvent?.Invoke();
+ // return;
+ // }
+ // UIManager.Instance.OpenWindow<PowerAddWin>();
+ // }
}
--
Gitblit v1.8.0