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