diff options
Diffstat (limited to 'SuperPolarityMac/Actors/Generators/RingGenerator.cs')
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/RingGenerator.cs | 12 |
1 files changed, 0 insertions, 12 deletions
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 () - { - } - } -} - |