diff options
Diffstat (limited to 'SuperPolarityMac/Actors/Generators/RingGenerator.cs')
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/RingGenerator.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SuperPolarityMac/Actors/Generators/RingGenerator.cs b/SuperPolarityMac/Actors/Generators/RingGenerator.cs new file mode 100644 index 0000000..fe0ab26 --- /dev/null +++ b/SuperPolarityMac/Actors/Generators/RingGenerator.cs @@ -0,0 +1,12 @@ +using System; + +namespace SuperPolarityMac +{ + public class RingGenerator + { + public RingGenerator () + { + } + } +} + |