From 5bc2cc9a3e007b96a0de96e70e87f25bc5a254a2 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 21 七月 2025 19:22:45 +0800
Subject: [PATCH] 125 【战斗】战斗系统 战斗系统迭代 协议接入 阵容部分代码
---
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