Ejemplo n.º 1
0
 public static LobbyItem[] GetLobbyRooms(this ILoginClient client)
 {
     return(client.GetLobbyRoomsAsync().GetResultEx());
 }