refactor(save): 合并 SaveSystem 过度拆分的文件
将以下小文件合并到相关核心类中,减少文件数量并保持职责清晰: - SaveSnapshotSummary -> SaveSnapshot - SnapshotProviderIds + SnapshotBootstrap -> SnapshotRegistry - SnapshotSectionDeserializer -> SnapshotRestore - SnapshotSerializer -> SnapshotPersistence 同步更新 SnapshotService 与 YarnVariableStorage 的调用点。
This commit is contained in:
@@ -211,7 +211,7 @@ namespace AibisDream
|
||||
}
|
||||
|
||||
Instance = this;
|
||||
SnapshotBootstrap.EnsureInitialized();
|
||||
SnapshotRegistry.EnsureInitialized();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user