Ejemplo n.º 1
0
        // Unlock the achievement with the given name. Can be of any achievement type.
        public static Request Unlock(string name)
        {
            if (Core.IsInitialized())
            {
                return(new Request(CAPI.ovr_Achievements_Unlock(name)));
            }

            return(null);
        }