summaryrefslogtreecommitdiff
path: root/TankBattleWindows/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TankBattleWindows/Program.cs')
-rw-r--r--TankBattleWindows/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TankBattleWindows/Program.cs b/TankBattleWindows/Program.cs
new file mode 100644
index 0000000..2a8b867
--- /dev/null
+++ b/TankBattleWindows/Program.cs
@@ -0,0 +1,2 @@
+using var game = TankBattleCore.Game1.Instance;
+game.Run();