aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarity/Actors/Generators/LineGenerator.cs
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-05-31 11:24:29 -0500
committerBen Beltran <ben@nsovocal.com>2014-05-31 11:24:29 -0500
commit8bdfcb11a2c1023c684093c0f19f3cc65799e0f8 (patch)
tree7f46b5f9c2d6df58d718bff6b0569a4f19880678 /SuperPolarity/Actors/Generators/LineGenerator.cs
parent078dd693a22cc6793cf6f0f64820369cc606edf6 (diff)
Move some files around, relink
Diffstat (limited to 'SuperPolarity/Actors/Generators/LineGenerator.cs')
-rw-r--r--SuperPolarity/Actors/Generators/LineGenerator.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/SuperPolarity/Actors/Generators/LineGenerator.cs b/SuperPolarity/Actors/Generators/LineGenerator.cs
new file mode 100644
index 0000000..abbafa9
--- /dev/null
+++ b/SuperPolarity/Actors/Generators/LineGenerator.cs
@@ -0,0 +1,13 @@
+using System;
+
+namespace SuperPolarity
+{
+ public class LineGenerator : Generator
+ {
+ public LineGenerator(SuperPolarity newGame)
+ : base(newGame)
+ {
+ }
+ }
+}
+