Exemplo n.º 1
0
 /// <summary>This will clear save data with the specified save name.</summary>
 public static void ClearSave(string saveName)
 {
     P3dHelper.ClearSave(saveName);
 }
Exemplo n.º 2
0
 public void ClearSave()
 {
     P3dHelper.ClearSave(saveName);
 }