From: brady Date: Thu, 18 Mar 2010 21:12:15 +0000 (+0000) Subject: login info added X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=commitdiff_plain;h=da9405cd02e062d1b876d5cc68b002931e65f08d login info added git-svn-id: https://bd85.net/svn/cs3505_group@9 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- 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)); } ///