feat: GameManager相关重构
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user