X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=Project06%2FlobbyTest%2FlobbyTest%2FGame1.cs;h=67de791ab767ec232da4aeca93e0ef4b1a156346;hp=cac6219b2a6fbb54311f352832002a15ed366e42;hb=da9405cd02e062d1b876d5cc68b002931e65f08d;hpb=e1c3b65a54f1a805293861d742f8fee760b5520a diff --git a/Project06/lobbyTest/lobbyTest/Game1.cs b/Project06/lobbyTest/lobbyTest/Game1.cs index cac6219..67de791 100644 --- a/Project06/lobbyTest/lobbyTest/Game1.cs +++ b/Project06/lobbyTest/lobbyTest/Game1.cs @@ -27,6 +27,7 @@ namespace lobbyTest { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; + Components.Add(new GamerServicesComponent(this)); } ///