4 lines
51 B
C#
4 lines
51 B
C#
|
|
using var game = new Pong.Game1();
|
|
game.Run();
|
|
|
using var game = new Pong.Game1();
|
|
game.Run();
|