Пример #1
0
        // Add 'count' to the achievement with the given name. Must be a COUNT achievement.
        public static Request AddCount(string name, ulong count)
        {
            if (Core.IsInitialized())
            {
                return(new Request(CAPI.ovr_Achievements_AddCount(name, count)));
            }

            return(null);
        }