tasting on MonoGame
[tastes.git] / Platformer2D / Platformer2D.DesktopGL / Program.cs
bloba7e5a51b3465230548edac9307860d2f17aaa45c
1 using System;
3 namespace Platformer2D.DesktopGL
5 public static class Program
7 [STAThread]
8 static void Main()
10 using (var game = new PlatformerGame())
11 game.Run();