From 8bdfcb11a2c1023c684093c0f19f3cc65799e0f8 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 31 May 2014 11:24:29 -0500 Subject: Move some files around, relink --- SuperPolarityMac/Actors/Generators/LineGenerator.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SuperPolarityMac/Actors/Generators/LineGenerator.cs (limited to 'SuperPolarityMac/Actors/Generators/LineGenerator.cs') diff --git a/SuperPolarityMac/Actors/Generators/LineGenerator.cs b/SuperPolarityMac/Actors/Generators/LineGenerator.cs new file mode 100644 index 0000000..b7250cb --- /dev/null +++ b/SuperPolarityMac/Actors/Generators/LineGenerator.cs @@ -0,0 +1,12 @@ +using System; + +namespace SuperPolarityMac +{ + public class LineGenerator + { + public LineGenerator () + { + } + } +} + -- cgit