]> Dogcows Code - chaz/carfire/commitdiff
testing
authorbrady <brady@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Sat, 20 Mar 2010 09:55:19 +0000 (09:55 +0000)
committerbrady <brady@92bb83a3-7c8f-8a45-bc97-515c4e399668>
Sat, 20 Mar 2010 09:55:19 +0000 (09:55 +0000)
git-svn-id: https://bd85.net/svn/cs3505_group@20 92bb83a3-7c8f-8a45-bc97-515c4e399668

Project06/CS 3505 Project 06/CS 3505 Project 06/LobbyGUI.cs
Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs

index 31ce27bfd6274646daa1a54fa547907b31b34ed5..d8fa910913ea33ce81f8521036ced1e35900f052 100644 (file)
@@ -54,7 +54,7 @@ namespace CS_3505_Project_06
         KeyboardState previousKeyboardState;\r
         KeyboardState currentKeyboardState;\r
 \r
-        GamerCollection<LocalNetworkGamer> players;\r
+        GamerCollection<NetworkGamer> players;\r
         AvailableNetworkSessionCollection availableSessions;\r
 \r
         int selectedSessionIndex;\r
index 283979b3d6babb0aeab181bfc78ff670d7e7ed78..62c4b948f762634c517fe7e95fb66b2510d7e3d4 100644 (file)
@@ -69,7 +69,7 @@ namespace CS_3505_Project_06
 \r
         // I added this as I needed a way to display all gamers not just the first gamer\r
         //    -Brady\r
-        public GamerCollection<LocalNetworkGamer> LocalGamers\r
+        public GamerCollection<NetworkGamer> LocalGamers\r
         {\r
             get\r
             {\r
This page took 0.020743 seconds and 4 git commands to generate.