graphics/06-monogame/GUI/Program.cs

4 lines
50 B
C#
Raw Normal View History


using var game = new GUI.Game1();
game.Run();