养成基本完毕,新UI,修bug,装备初步,
This commit is contained in:
@@ -17,6 +17,11 @@ public static class AllyHeroDeployLedgerStorage
|
||||
private static string BackupFilePath => Path.Combine(VaultDirectoryPath, BackupFileName);
|
||||
private static string TempFilePath => Path.Combine(VaultDirectoryPath, TempFileName);
|
||||
|
||||
public static bool HasExistingSaveFile()
|
||||
{
|
||||
return File.Exists(MainFilePath) || File.Exists(BackupFilePath);
|
||||
}
|
||||
|
||||
public static bool TryLoad(out AllyHeroDeployLedgerPayload payload)
|
||||
{
|
||||
payload = CreateDefaultPayload();
|
||||
|
||||
Reference in New Issue
Block a user