graphics/06-monogame/Introduction/Program.cs
2023-12-05 17:18:36 +01:00

4 lines
59 B
C#

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