Exemple #1
0
 internal static void FileShare(string file, Action <bool, MyRemoteStorageFileShareResult> onCallResult)
 {
     if (EnsureGameService())
     {
         m_gameServiceCache.FileShare(file, onCallResult);
     }
 }