X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=Project06%2FlobbyTest%2FlobbyTest%2FGame1.cs;h=157bae895a2dc35fcec3a15a46ff55c41d6fda70;hp=67de791ab767ec232da4aeca93e0ef4b1a156346;hb=74e1f08b57f723891499ae70a8ae59a0c7857740;hpb=bc3db44f8f717780cce18d5384272f501984e446 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);