feat: 开发模式
This commit is contained in:
@@ -19,6 +19,9 @@ namespace AibisDream.SaveSystem
|
||||
/// <summary>是否处于自动存档抑制作用域;真正用于防止读档期间覆盖 slot_0。</summary>
|
||||
public static bool IsAutoSaveSuppressed => _autoSaveSuppressDepth > 0;
|
||||
|
||||
/// <summary>是否正在异步捕获或写入自动档;供只读诊断 UI 使用。</summary>
|
||||
public static bool IsSaving => _isAutoSaving;
|
||||
|
||||
public static IReadOnlyList<string> LastRestoreLog => _lastRestoreLog;
|
||||
|
||||
private static bool _isAutoSaving;
|
||||
|
||||
Reference in New Issue
Block a user