Exemple #1
0
 public GwMatchupObjective(GwMatchupDetails details, GwMatchupMap map, string id, string name, GwMatchupTeam owner)
 {
     Details = details;
     Map     = map;
     Id      = id;
     Name    = name;
     Owner   = owner;
 }
Exemple #2
0
 public int this[GwMatchupTeam i]
 {
     get { return(scores[(int)i]); }
 }