feat(fix-system): 添加维修模块运行状态表现
This commit is contained in:
@@ -253,6 +253,9 @@ namespace AibisDream.SaveSystem
|
||||
|
||||
/// <summary>报警中的模块名(<c>data.moduleName</c>)。</summary>
|
||||
public List<string> alarmedModules = new();
|
||||
|
||||
/// <summary>模块名 → <see cref="ModuleCondition"/> 枚举名;旧存档缺失时按 Normal 处理。</summary>
|
||||
public Dictionary<string, string> moduleConditions = new();
|
||||
}
|
||||
|
||||
/// <summary>sections["eye"]:Eye 维修叙事阶段。</summary>
|
||||
|
||||
Reference in New Issue
Block a user