refactor(save-system): EyeSystem 与 PunchTape 迁移为显式 DTO 快照

This commit is contained in:
2026-06-24 22:43:49 +08:00
parent d780ff59ee
commit e4ec8fce57
3 changed files with 73 additions and 83 deletions
+4
View File
@@ -23,6 +23,10 @@ namespace AibisDream.Utility
public static readonly string SaveFilePath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "saves");
/// <summary>测试阶段自动存档历史目录;每次自动存档独立子文件夹,不覆盖正式槽位。</summary>
public static readonly string TestAutoSaveArchivePath =
Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "testsavs");
/// <summary>P2 槽位相关常量。</summary>
public const int SaveSlotCount = 8;
public const int SaveThumbnailWidth = 640;