石头Day1跑通

This commit is contained in:
2024-12-26 03:20:56 +08:00
parent 0595ae6156
commit e170b69379
41 changed files with 2759 additions and 1158 deletions
@@ -79,9 +79,11 @@ namespace AibisDream.FixSystem
}
// 运行结束
[YarnCommand("stop_pump")]
public static void StopPump()
{
var cooling = FixSystemCenter.SystemDic.Get<CoolingSystem>();
cooling.StopPump();
}
}
}