This commit is contained in:
2025-02-28 23:41:58 +08:00
parent c640f79c09
commit c768974c67
42 changed files with 847 additions and 1090 deletions
@@ -9,6 +9,7 @@ namespace AibisDream
private static BodyModuleSystem BodyModuleSystem => FixSystemCenter.SystemDic.Get<BodyModuleSystem>();
private static OscilloscopeSystem OscilloscopeSystem => FixSystemCenter.SystemDic.Get<OscilloscopeSystem>();
private static PunchTapeSystem PunchTapeSystem => FixSystemCenter.SystemDic.Get<PunchTapeSystem>();
[YarnCommand("SetModuleState_CantStopRunning")]
@@ -44,7 +45,7 @@ namespace AibisDream
[YarnCommand("Temp_RemoveUFCover")]
public static void Temp_RemoveUFCover()
{
{ BodyModuleSystem.CableSystem.ResetPlug();
var _UFModule = BodyModuleSystem.FindBodyModuleByName("UF").transform.GetComponent<UFModule>();
_UFModule.RemoveUFCover();
}