From 62188b271cce5e3aec5ca40d58c30f08643e2f60 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 04 九月 2025 23:20:17 +0800 Subject: [PATCH] 117 【武将】武将系统 - 天赋部分,优化自动战斗 --- Main/Common/EventName.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Main/Common/EventName.cs b/Main/Common/EventName.cs index b7dda2c..15df307 100644 --- a/Main/Common/EventName.cs +++ b/Main/Common/EventName.cs @@ -11,6 +11,8 @@ public const string DISPLAY_BATTLE_UI = "DISPLAY_BATTLE_UI";//鏄剧ず鎴樻枟UI public const string BATTLE_DROP_ITEMS = "BATTLE_DROP_ITEMS";//鎺夎惤鐗╁搧 - + public const string BATTLE_CAST_SKILL = "BATTLE_CAST_SKILL";//鏂芥斁鎶�鑳� + + public const string BATTLE_END = "BATTLE_END";//鎴樻枟缁撴潫 } \ No newline at end of file -- Gitblit v1.8.0