From cb018a575005f873135fab3201d1bf6d408e2b6a Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期四, 18 九月 2025 14:50:31 +0800 Subject: [PATCH] 125 【战斗】战斗系统 技能表现修改 --- Main/System/Battle/BattleConst.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Main/System/Battle/BattleConst.cs b/Main/System/Battle/BattleConst.cs index 07c2e1c..18eb822 100644 --- a/Main/System/Battle/BattleConst.cs +++ b/Main/System/Battle/BattleConst.cs @@ -99,6 +99,14 @@ } } + public static int ActiveHeroActionSortingOrder + { + get + { + return ActiveHeroSortingOrder + 1; + } + } + // 婵�娲昏嫳闆勭殑鍚庣壒鏁� public static int ActiveHeroBackSortingOrder { -- Gitblit v1.8.0