graphics/06-monogame/Introduction/Program.cs

4 lines
59 B
C#
Raw Permalink Normal View History

2023-12-05 16:18:36 +00:00

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