コード例 #1
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;
 }
コード例 #2
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;
 }