refactor(save-system): EyeSystem 与 PunchTape 迁移为显式 DTO 快照
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user