예제 #1
0
 public static LobbyItem[] GetLobby(this ILoginClient client)
 {
     return(client.GetLobbyAsync().GetResultEx());
 }