aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarityMac/Actors/Generators/Generator.cs
blob: ce8538a66132ea674a809ab3fe1ba40472167c06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

namespace SuperPolarityMac
{
	public class Generator
	{
		public Generator ()
		{
		}
	}
}