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