From da9405cd02e062d1b876d5cc68b002931e65f08d Mon Sep 17 00:00:00 2001 From: brady Date: Thu, 18 Mar 2010 21:12:15 +0000 Subject: [PATCH] login info added git-svn-id: https://bd85.net/svn/cs3505_group@9 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- Project06/lobbyTest/lobbyTest/Game1.cs | 1 + 1 file changed, 1 insertion(+) 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)); } /// -- 2.43.0