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