예제 #1
0
 public static PlayerData GetPlayerData(this ILoginClient client)
 {
     return(client.GetPlayerDataAsync().GetResultEx());
 }