From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
Main/System/Team/TeamConst.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Main/System/Team/TeamConst.cs b/Main/System/Team/TeamConst.cs
index 15cd264..093d8d4 100644
--- a/Main/System/Team/TeamConst.cs
+++ b/Main/System/Team/TeamConst.cs
@@ -4,4 +4,9 @@
{
public const int MaxTeamHeroCount = 6;//鏈�澶у竷闃垫暟閲�
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