package ch.zhaw.catan;
public class Road extends Structure {
public Road(Config.Faction faction) {
super(faction);
}