This commit is contained in:
2025-05-16 12:37:26 +08:00
parent ad73e96b21
commit 0f3e781a6e
10 changed files with 281 additions and 185 deletions
@@ -12,9 +12,15 @@ namespace AibisDream
[YarnCommand("enable_cut")]
public static void EnableCut(string moduleName)
{
Reset_Plug();
var cutModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
cutModule.EnableCut();
}
[YarnCommand("Reset_Plug")]
public static void Reset_Plug()
{
BodyModuleSystem.CableSystem.ResetPlug();
}
[YarnCommand("ShowHeatMap")]
public static void ShowHeatMap()
@@ -119,5 +125,6 @@ namespace AibisDream
{
yield return PunchTapeSystem.StartCoroutine(PunchTapeSystem.PrintPunchTapes(count));
}
}
}