iigs-sprite-compiler/SpriteCompiler/Program.cs
2016-11-25 00:05:29 -06:00

10 lines
129 B
C#

namespace SpriteCompiler
{
public class Program
{
static void Main(string[] args)
{
}
}
}