编队系统大更新 基本快搞好了 准备做敌人和分数
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user