]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/Generators/FanGenerator.cs
Move some files around, relink
[rbdr/super-polarity] / SuperPolarity / Actors / Generators / FanGenerator.cs
diff --git a/SuperPolarity/Actors/Generators/FanGenerator.cs b/SuperPolarity/Actors/Generators/FanGenerator.cs
new file mode 100644 (file)
index 0000000..af4bf74
--- /dev/null
@@ -0,0 +1,13 @@
+using System;
+
+namespace SuperPolarity
+{
+       public class FanGenerator : Generator
+       {
+               public FanGenerator(SuperPolarity newGame)
+                       : base(newGame)
+               {
+               }
+       }
+}
+