开头合并

This commit is contained in:
2025-05-14 13:03:08 +08:00
parent 4d34b96154
commit 4120482e88
35 changed files with 12913 additions and 584 deletions
@@ -9,6 +9,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)
{
var cutModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
cutModule.EnableCut();
}
[YarnCommand("ShowHeatMap")]
public static void ShowHeatMap()
{