From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 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