X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Project06%2FlobbyTest%2FlobbyTest%2FProgram.cs;fp=Project06%2FlobbyTest%2FlobbyTest%2FProgram.cs;h=cf884a2a4efee6ca26303aabcafbc43d5c1f3635;hb=53c3423a7dc02531e793531bf7aee257786ee208;hp=0000000000000000000000000000000000000000;hpb=bce3fbff023281f7e4d92121f6657012fd695a5d;p=chaz%2Fcarfire diff --git a/Project06/lobbyTest/lobbyTest/Program.cs b/Project06/lobbyTest/lobbyTest/Program.cs new file mode 100644 index 0000000..cf884a2 --- /dev/null +++ b/Project06/lobbyTest/lobbyTest/Program.cs @@ -0,0 +1,19 @@ +using System; + +namespace lobbyTest +{ + static class Program + { + /// + /// The main entry point for the application. + /// + static void Main(string[] args) + { + using (Game1 game = new Game1()) + { + game.Run(); + } + } + } +} +