From d90b3f1814240745b59c16af6c3e4aebe3451244 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期四, 14 八月 2025 10:43:47 +0800 Subject: [PATCH] 125 【战斗】战斗系统 掉落部分 技能特效部分 --- Main/Common/EventName.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Main/Common/EventName.cs b/Main/Common/EventName.cs index ad3cc1f..fa6d616 100644 --- a/Main/Common/EventName.cs +++ b/Main/Common/EventName.cs @@ -9,4 +9,6 @@ public const string BATTLE_DAMAGE_TAKEN = "BATTLE_DAMAGE_TAKEN";//閫犳垚浼ゅ public const string DISPLAY_BATTLE_UI = "DISPLAY_BATTLE_UI";//鏄剧ず鎴樻枟UI + + public const string BATTLE_DROP_ITEMS = "BATTLE_DROP_ITEMS";//鎺夎惤鐗╁搧 } \ No newline at end of file -- Gitblit v1.8.0