From 89343a7a0909e5244a3b69c4db1294de4536243b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 15 十二月 2025 18:15:22 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 新增仅适用武将解锁的头像和形象的红点移除规则
---
Main/System/Team/TeamConst.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Main/System/Team/TeamConst.cs b/Main/System/Team/TeamConst.cs
index 19c59f8..093d8d4 100644
--- a/Main/System/Team/TeamConst.cs
+++ b/Main/System/Team/TeamConst.cs
@@ -3,5 +3,10 @@
public class TeamConst
{
public const int MaxTeamHeroCount = 6;//鏈�澶у竷闃垫暟閲�
- public const int MaxTeamSlotCount = 7;//鏈�澶фЫ浣嶆暟閲�
+ public const int MaxTeamSlotCount = 7;//鏈�澶фЫ浣嶆暟閲� 鍖呭惈boss鐨勪腑闂翠綅缃� 甯冮樀鐨勬椂鍊欎笉鑳界敤杩欎釜
+
+
+ public static readonly int[] TeamPos1Array = new int[] {0, 1, 2}; //鍓嶆帓浣�
+ public static readonly int[] TeamPos2Array = new int[] {3, 4, 5}; //鍚庢帓浣�
+
}
\ No newline at end of file
--
Gitblit v1.8.0