hch
2025-10-22 af6e207c6d185ed66125e85e18c02c63bea597f9
Main/System/Team/TeamConst.cs
@@ -2,5 +2,11 @@
public class TeamConst
{
    public const int MaxTeamHeroCount = 6;
    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};  //后排位
}