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