fix: Build Issue

This commit is contained in:
Syntriax 2023-11-24 15:49:48 +03:00
parent d7b55847e5
commit 03bbababf8
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@

using var game = new Game.Game1();
using var game = new Pong.Game1();
game.Run();