public static TrophyProgress GetCachedTrophyProgress() { TrophyProgress info = default(TrophyProgress); PrxTrophyGetProgress(out info); return(info); }
private static extern ErrorCode PrxTrophyGetProgress(out TrophyProgress info);