public Neighbor(TakePlayingTurnContainer parent, PlayerIDType id) { ID = id; Parent = parent; }
public PossibleAttack(TakePlayingTurnContainer parent, TerritoryIDType from, TerritoryIDType to) { From = from; To = to; Parent = parent; }