Beispiel #1
0
 /// <summary>
 /// Checks if a specific file is persisted in the steam cloud.
 /// </summary>
 public static bool FilePersisted(string filename) => Internal.FilePersisted(filename);
Beispiel #2
0
 /// <summary>
 /// Checks if a specific file is persisted in the steam cloud.
 /// </summary>
 public static bool FilePersisted(string filename)
 {
     return(Internal.FilePersisted(filename));
 }