Ejemplo n.º 1
0
        // SteamAPICall_t
        public CallbackHandle UnsubscribePublishedFile(PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/, Action <RemoteStorageUnsubscribePublishedFileResult_t, bool> CallbackFunction = null /*Action<RemoteStorageUnsubscribePublishedFileResult_t, bool>*/)
        {
            SteamAPICall_t callback = 0;

            callback = platform.ISteamRemoteStorage_UnsubscribePublishedFile(unPublishedFileId.Value);

            if (CallbackFunction == null)
            {
                return(null);
            }

            return(RemoteStorageUnsubscribePublishedFileResult_t.CallResult(steamworks, callback, CallbackFunction));
        }