feat(fix-system): 为读档添加状态机即时切换与快照支持

This commit is contained in:
2026-06-11 21:49:18 +08:00
parent c67d988365
commit 4bb0215f3d
7 changed files with 125 additions and 22 deletions
@@ -30,6 +30,9 @@ namespace AibisDream.FixSystem
public bool inHotErr;
private int _heatValue;
/// <summary>获取当前 BodyModule 分组(Body/Head)。</summary>
public ModuleState GetCurrentModuleState() => _data.moduleState;
private int HeatValue
{
get => _heatValue;