Exemplo n.º 1
0
 public static void ClearCachedGameProfile()
 {
     if (LocalDataStorage.DeleteFile(CacheClient.gameProfileFilePath))
     {
         Debug.Log("[mod.io] Cached Game Data Deleted.");
     }
     else
     {
         Debug.Log("[mod.io] Failed to delete Cached Game Data.");
     }
 }