feat: 清除几个旧的混用测试存档功能

This commit is contained in:
2026-07-23 15:42:21 +08:00
parent cd2c7f6406
commit 28e4214413
127 changed files with 26 additions and 8158 deletions
-2
View File
@@ -87,8 +87,6 @@ public enum GameLifecycleEvent
public bool TryStartNewGame();
public bool TryStartChapter(TalkSceneSO chapter);
public bool TryRestoreSlot(int slotIndex, Action<RestoreResult> completed = null);
public bool TryRestoreFile(string path, RestoreOptions options,
Action<RestoreResult> completed = null);
public bool TryPause();
public bool TryResume();
public bool TryReturnToMainMenu();