From 2917e8a4eae31c1a1bc4419a9b6f23be7e4fda3e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 05 八月 2025 19:24:50 +0800
Subject: [PATCH] update team heros

---
 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