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