Example #1
0
 internal static void CommitPublishedFileUpdate(ulong updateHandle, Action <bool, MyRemoteStorageUpdatePublishedFileResult> onCallResult)
 {
     if (EnsureGameService())
     {
         m_gameServiceCache.CommitPublishedFileUpdate(updateHandle, onCallResult);
     }
 }