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