From eb1efcaa9be0e2340fc49b38dab8df18e36526c9 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期五, 13 六月 2025 17:57:43 +0800 Subject: [PATCH] 117 【武将】武将系统 卡牌信息&Manager初始化前移 --- Main/System/Team/TeamConst.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/Team/TeamConst.cs b/Main/System/Team/TeamConst.cs index 79a3a7d..b2835ea 100644 --- a/Main/System/Team/TeamConst.cs +++ b/Main/System/Team/TeamConst.cs @@ -2,5 +2,5 @@ public class TeamConst { - public const int MaxTeamCardCount = 6; + public const int MaxTeamHeroCount = 6; } \ No newline at end of file -- Gitblit v1.8.0