feat(fix-system): 为读档添加状态机即时切换与快照支持
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user