]> git.r.bdr.sh - rbdr/super-polarity/blame - SuperPolarity/Actors/Generators/WaveGenerator.cs
Move some files around, relink
[rbdr/super-polarity] / SuperPolarity / Actors / Generators / WaveGenerator.cs
CommitLineData
8bdfcb11
BB
1using System;
2
3namespace SuperPolarity
4{
5 public class WaveGenerator : Generator
6 {
7 public WaveGenerator(SuperPolarity newGame)
8 : base(newGame)
9 {
10 }
11 }
12}
13