From e3631d3e1590b5d955a21257a00ec661a5877eb1 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 04 十一月 2025 16:31:41 +0800
Subject: [PATCH] 0312 装备拾取调整:单武将攻击先掉落装备,不管中间发生几次攻击,几次技能 几次掉落都不弹装备,待下一个武将(含敌我)开始攻击前处理装备

---
 Main/Common/EventName.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/Common/EventName.cs b/Main/Common/EventName.cs
index 15df307..4b7b3c2 100644
--- a/Main/Common/EventName.cs
+++ b/Main/Common/EventName.cs
@@ -15,4 +15,5 @@
 	public const string BATTLE_CAST_SKILL = "BATTLE_CAST_SKILL";//鏂芥斁鎶�鑳�
 	
 	public const string BATTLE_END = "BATTLE_END";//鎴樻枟缁撴潫
+	public const string RECORDPLAYER_END = "RECORDPLAYER_END"; //鎴樻枟灏忕墖娈电粨鏉�
 }
\ No newline at end of file

--
Gitblit v1.8.0