예제 #1
0
 /// <summary>
 /// Sends a query to the server to check if any players have come online
 /// </summary>
 public void RefreshPlayerList()
 {
     _netController.CheckForUsers();
 }