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