public ActiveTeamData(int index, int rGroup, Color tColor, TeamInfo tInfo, SpawnPoint groundSpawn, SpawnPoint jetSpawn) { Index = index; RelationshipGroup = rGroup; Color = tColor; TeamInfo = tInfo; GroundSpawnPoint = groundSpawn; JetSpawnPoint = jetSpawn; ActiveFighters = new List<ActiveFighter>(); ActiveGroundAssets = new List<AIConvoy>(); InControl = false; Score = 0; }
public ActiveTeamData(int index, int rGroup, Color tColor, TeamInfo tInfo, SpawnPoint groundSpawn, SpawnPoint jetSpawn) { Index = index; RelationshipGroup = rGroup; Color = tColor; TeamInfo = tInfo; GroundSpawnPoint = groundSpawn; JetSpawnPoint = jetSpawn; ActiveFighters = new List <ActiveFighter>(); ActiveGroundAssets = new List <AIConvoy>(); InControl = false; Score = 0; }