From 4779ce18e856a5e9156de41c2c7f610f7ddb2755 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 21 十月 2025 17:59:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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