Exemplo n.º 1
0
 public Judges(MapFormation rest)
 {
     judge   = new JudgeUnit(rest);
     toJudge = new Dictionary <string, string>();
     toProxy = new Dictionary <string, string>();
 }
Exemplo n.º 2
0
 public JudgeUnit(MapFormation map)
 {
     this.map = map;
 }