From 502382d9a6d487a4077e174a4adb4b9987cf4d01 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 21 十月 2025 17:10:00 +0800
Subject: [PATCH] 306 子 【新手】细节优化 / 新手一键上阵位置调整
---
Main/System/HeroUI/HeroUIManager.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroUI/HeroUIManager.cs b/Main/System/HeroUI/HeroUIManager.cs
index 723800a..9bcc3ee 100644
--- a/Main/System/HeroUI/HeroUIManager.cs
+++ b/Main/System/HeroUI/HeroUIManager.cs
@@ -69,6 +69,10 @@
config = FuncConfigConfig.Get("HeroOnTeam");
lockHeroCountLimit = JsonMapper.ToObject<int[][]>(config.Numerical1);
+ teamSortByJob = JsonMapper.ToObject<int[]>(config.Numerical2);
+ onekeyGuideID = int.Parse(config.Numerical3);
+ onekeyGuideFirstPos = int.Parse(config.Numerical4);
+
}
public void OnBeforePlayerDataInitialize()
--
Gitblit v1.8.0