diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-05-31 12:39:02 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-05-31 12:39:02 -0500 |
| commit | 05e4b948df39b47d33067049cf51fd3be7749031 (patch) | |
| tree | 36a0151b009e29a16e34bfecb31a4a99ba3a5d86 /SuperPolarityMac/Actors/Generators/Generator.cs | |
| parent | 8bdfcb11a2c1023c684093c0f19f3cc65799e0f8 (diff) | |
Moves some files around!
Diffstat (limited to 'SuperPolarityMac/Actors/Generators/Generator.cs')
| -rw-r--r-- | SuperPolarityMac/Actors/Generators/Generator.cs | 12 |
1 files changed, 0 insertions, 12 deletions
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 () - { - } - } -} - |