编队系统大更新 基本快搞好了 准备做敌人和分数

This commit is contained in:
FloatGaming
2025-11-10 22:41:13 +08:00
parent 7837c6adf0
commit 941b294fce
98 changed files with 8933 additions and 98 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ public class TeamSetting
{
public TeamSetting(List<CharacterView> teamList, int leaderId)
{
this.teamIdList = teamIdList;
// assign passed-in list to the backing field
this.teamIdList = teamList ?? new List<CharacterView>();
LeaderId = leaderId;
}