Exemplo n.º 1
0
 public Player()
 {
     tag  = "";
     rule = new FormationRule();
 }
Exemplo n.º 2
0
 public IPlacementRule GetPlacementRule(FormationRule formationRule, PlacedFormation placedFormation)
 {
     throw new NotImplementedException();
 }