From bae41593e19d32046f77ed1f036089e015380b99 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 30 七月 2025 22:25:18 +0800
Subject: [PATCH] 117 【武将】武将系统 - 布阵临时版

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