X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Project06%2FlobbyTest%2FlobbyTest%2FGame1.cs;h=157bae895a2dc35fcec3a15a46ff55c41d6fda70;hb=74e1f08b57f723891499ae70a8ae59a0c7857740;hp=cac6219b2a6fbb54311f352832002a15ed366e42;hpb=356c8e65fc38a3c44c9cee73c38f1bdccef2f30f;p=chaz%2Fcarfire diff --git a/Project06/lobbyTest/lobbyTest/Game1.cs b/Project06/lobbyTest/lobbyTest/Game1.cs index cac6219..157bae8 100644 --- a/Project06/lobbyTest/lobbyTest/Game1.cs +++ b/Project06/lobbyTest/lobbyTest/Game1.cs @@ -23,10 +23,15 @@ namespace lobbyTest lobbyGUI lbGui; + NetworkSession networkSession; + AvailableNetworkSessionCollection availableSessions; + int selectedSessionIndex; + public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; + Components.Add(new GamerServicesComponent(this)); } ///