Esempio n. 1
0
        public static TrophyProgress GetCachedTrophyProgress()
        {
            TrophyProgress info = default(TrophyProgress);

            PrxTrophyGetProgress(out info);
            return(info);
        }
Esempio n. 2
0
 private static extern ErrorCode PrxTrophyGetProgress(out TrophyProgress info);