feat: GameManager相关重构

This commit is contained in:
2026-07-17 14:24:02 +08:00
parent 2dcfeec938
commit 21d51945c3
47 changed files with 2064 additions and 1022 deletions
@@ -567,7 +567,7 @@ namespace AibisDream.SaveSystem.Editor
return;
}
GameManager.Instance.StartWithSlot(slotIndex);
GameManager.Instance.TryRestoreSlot(slotIndex);
Log($"已启动读档 slot_{slotIndex}。");
}
@@ -585,7 +585,9 @@ namespace AibisDream.SaveSystem.Editor
return;
}
GameManager.Instance.StartWithSaveFile(entry.SnapshotPath);
GameManager.Instance.TryRestoreFile(
entry.SnapshotPath,
RestoreOptions.DevJump);
Log($"已启动读档: {entry.EntryId}");
}