void TestCloud() { ICloud cloud = null; RemoteStoragePlatform remoteStorrage = RemoteStoragePlatform.All; cloud.CloudFileShareResult += (CloudFileShareResult x, bool y) => { }; cloud.CloudDownloadUGCResult += (CloudDownloadUGCResult x, bool y) => { }; b = cloud.Write(s, ba); i = cloud.Read(s, ba); b = cloud.Forget(s); b = cloud.Delete(s); cloud.Share(s); b = cloud.SetSyncPlatforms(s, remoteStorrage); b = cloud.Exists(s); b = cloud.Persisted(s); i = cloud.GetSize(s); l = cloud.Timestamp(s); remoteStorrage = cloud.GetSyncPlatforms(s); i = cloud.GetFileCount(); s = cloud.GetFileNameAndSize(i, out i); b = cloud.GetQuota(out i, out i); b = cloud.IsEnabledForAccount(); b = cloud.IsEnabledForApplication(); cloud.SetEnabledForApplication(b); cloud.UGCDownload(ugcHandle); b = cloud.GetUGCDetails(ugcHandle, out appID, out s, out i, out steamID); i = cloud.UGCRead(ugcHandle, ba); i = cloud.GetCachedUGCCount(); ugcHandle = cloud.GetUGCHandle(i); }