X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/078dd693a22cc6793cf6f0f64820369cc606edf6..8bdfcb11a2c1023c684093c0f19f3cc65799e0f8:/SuperPolarityMac/Actors/Generators/LineGenerator.cs diff --git a/SuperPolarityMac/Actors/Generators/LineGenerator.cs b/SuperPolarityMac/Actors/Generators/LineGenerator.cs new file mode 100644 index 0000000..b7250cb --- /dev/null +++ b/SuperPolarityMac/Actors/Generators/LineGenerator.cs @@ -0,0 +1,12 @@ +using System; + +namespace SuperPolarityMac +{ + public class LineGenerator + { + public LineGenerator () + { + } + } +} +