using System; namespace SuperPolarity { public class LineGenerator : Generator { public LineGenerator(SuperPolarity newGame) : base(newGame) { } } }