示例#1
0
        public static TrophyProgress GetCachedTrophyProgress()
        {
            TrophyProgress info = default(TrophyProgress);

            PrxTrophyGetProgress(out info);
            return(info);
        }
示例#2
0
 private static extern ErrorCode PrxTrophyGetProgress(out TrophyProgress info);