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