X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Project06%2FCS%203505%20Project%2006%2FCS%203505%20Project%2006%2FNetworkGame.cs;h=52486c8b5f06b75f066710d1635755b66ad7f450;hb=4ac7a5127df67229deb64907208ff78dc3869aac;hp=b27393201e3b793331abb547d6208c5654bed132;hpb=7050e6960cdccc7560ea5a7efb8b04e02629f28a;p=chaz%2Fcarfire diff --git a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs index b273932..52486c8 100644 --- a/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs +++ b/Project06/CS 3505 Project 06/CS 3505 Project 06/NetworkGame.cs @@ -69,11 +69,11 @@ namespace CS_3505_Project_06 // I added this as I needed a way to display all gamers not just the first gamer // -Brady - public GamerCollection LocalGamers + public GamerCollection NetworkGamers { get { - return mNetworkSession.LocalGamers; + return mNetworkSession.AllGamers; } }