aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarityMac/Actors/Generators/PointGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SuperPolarityMac/Actors/Generators/PointGenerator.cs')
-rw-r--r--SuperPolarityMac/Actors/Generators/PointGenerator.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/SuperPolarityMac/Actors/Generators/PointGenerator.cs b/SuperPolarityMac/Actors/Generators/PointGenerator.cs
new file mode 100644
index 0000000..16a6e36
--- /dev/null
+++ b/SuperPolarityMac/Actors/Generators/PointGenerator.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace SuperPolarityMac
+{
+ public class PointGenerator
+ {
+ public PointGenerator ()
+ {
+ }
+ }
+}
+