X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Project06%2FlobbyTest%2FlobbyTest%2FGame1.cs;h=157bae895a2dc35fcec3a15a46ff55c41d6fda70;hb=74e1f08b57f723891499ae70a8ae59a0c7857740;hp=67de791ab767ec232da4aeca93e0ef4b1a156346;hpb=da9405cd02e062d1b876d5cc68b002931e65f08d;p=chaz%2Fcarfire diff --git a/Project06/lobbyTest/lobbyTest/Game1.cs b/Project06/lobbyTest/lobbyTest/Game1.cs index 67de791..157bae8 100644 --- a/Project06/lobbyTest/lobbyTest/Game1.cs +++ b/Project06/lobbyTest/lobbyTest/Game1.cs @@ -23,6 +23,10 @@ namespace lobbyTest lobbyGUI lbGui; + NetworkSession networkSession; + AvailableNetworkSessionCollection availableSessions; + int selectedSessionIndex; + public Game1() { graphics = new GraphicsDeviceManager(this);