This commit is contained in:
2025-05-19 21:27:58 +08:00
parent 34aa1b7bf4
commit cfe8f8e5c1
14 changed files with 4761 additions and 1300 deletions
@@ -10,13 +10,13 @@ namespace AibisDream
private static BodyModuleSystem BodyModuleSystem => FixSystemCenter.SystemDic.Get<BodyModuleSystem>();
private static PunchTapeSystem PunchTapeSystem => FixSystemCenter.SystemDic.Get<PunchTapeSystem>();
[YarnCommand("enable_cut")]
public static void EnableCut(string moduleName)
{
Reset_Plug();
var cutModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
cutModule.EnableCut();
}
// [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()
{