mirror of
https://github.com/lscharen/iigs-sprite-compiler.git
synced 2024-10-04 21:55:30 +00:00
10 lines
129 B
C#
10 lines
129 B
C#
|
namespace SpriteCompiler
|
|||
|
{
|
|||
|
public class Program
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|