package mage.game; import mage.game.match.MatchOptions; public class FreeformUnlimitedCommanderMatch extends FreeformCommanderFreeForAllMatch { public FreeformUnlimitedCommanderMatch(MatchOptions options) { super(options); } }