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