예제 #1
0
 public GwMatchObjective(GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner)
 {
     Details = details;
     Map     = map;
     Id      = id;
     Name    = name;
     Owner   = owner;
 }
예제 #2
0
 public int this[GwMatchTeam i]
 {
     get { return scores[(int)i]; }
 }
예제 #3
0
 public GwMatchObjective(GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner)
 {
     Details = details;
     Map = map;
     Id = id;
     Name = name;
     Owner = owner;
 }
예제 #4
0
 public int this[GwMatchTeam i]
 {
     get { return(scores[(int)i]); }
 }