aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarityMac/Actors/Generators
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-05-31 12:39:02 -0500
committerBen Beltran <ben@nsovocal.com>2014-05-31 12:39:02 -0500
commit05e4b948df39b47d33067049cf51fd3be7749031 (patch)
tree36a0151b009e29a16e34bfecb31a4a99ba3a5d86 /SuperPolarityMac/Actors/Generators
parent8bdfcb11a2c1023c684093c0f19f3cc65799e0f8 (diff)
Moves some files around!
Diffstat (limited to 'SuperPolarityMac/Actors/Generators')
-rw-r--r--SuperPolarityMac/Actors/Generators/FanGenerator.cs12
-rw-r--r--SuperPolarityMac/Actors/Generators/Generator.cs12
-rw-r--r--SuperPolarityMac/Actors/Generators/LineGenerator.cs12
-rw-r--r--SuperPolarityMac/Actors/Generators/PointGenerator.cs12
-rw-r--r--SuperPolarityMac/Actors/Generators/RingGenerator.cs12
-rw-r--r--SuperPolarityMac/Actors/Generators/WaveGenerator.cs12
6 files changed, 0 insertions, 72 deletions
diff --git a/SuperPolarityMac/Actors/Generators/FanGenerator.cs b/SuperPolarityMac/Actors/Generators/FanGenerator.cs
deleted file mode 100644
index ea080a7..0000000
--- a/SuperPolarityMac/Actors/Generators/FanGenerator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class FanGenerator
- {
- public FanGenerator ()
- {
- }
- }
-}
-
diff --git a/SuperPolarityMac/Actors/Generators/Generator.cs b/SuperPolarityMac/Actors/Generators/Generator.cs
deleted file mode 100644
index ce8538a..0000000
--- a/SuperPolarityMac/Actors/Generators/Generator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class Generator
- {
- public Generator ()
- {
- }
- }
-}
-
diff --git a/SuperPolarityMac/Actors/Generators/LineGenerator.cs b/SuperPolarityMac/Actors/Generators/LineGenerator.cs
deleted file mode 100644
index b7250cb..0000000
--- a/SuperPolarityMac/Actors/Generators/LineGenerator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class LineGenerator
- {
- public LineGenerator ()
- {
- }
- }
-}
-
diff --git a/SuperPolarityMac/Actors/Generators/PointGenerator.cs b/SuperPolarityMac/Actors/Generators/PointGenerator.cs
deleted file mode 100644
index 16a6e36..0000000
--- a/SuperPolarityMac/Actors/Generators/PointGenerator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class PointGenerator
- {
- public PointGenerator ()
- {
- }
- }
-}
-
diff --git a/SuperPolarityMac/Actors/Generators/RingGenerator.cs b/SuperPolarityMac/Actors/Generators/RingGenerator.cs
deleted file mode 100644
index fe0ab26..0000000
--- a/SuperPolarityMac/Actors/Generators/RingGenerator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class RingGenerator
- {
- public RingGenerator ()
- {
- }
- }
-}
-
diff --git a/SuperPolarityMac/Actors/Generators/WaveGenerator.cs b/SuperPolarityMac/Actors/Generators/WaveGenerator.cs
deleted file mode 100644
index 8249bb0..0000000
--- a/SuperPolarityMac/Actors/Generators/WaveGenerator.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace SuperPolarityMac
-{
- public class WaveGenerator
- {
- public WaveGenerator ()
- {
- }
- }
-}
-