修改过渡,新增highlight

This commit is contained in:
2024-12-24 16:37:58 +08:00
parent c03a525610
commit 6e0b0b79fb
12 changed files with 1492 additions and 849 deletions
@@ -95,5 +95,11 @@ namespace AibisDream
var targetModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
targetModule.Highlight(enable);
}
[YarnCommand("ModuleAlarm")]
public static void ModuleAlarm(string moduleName,bool enable)
{
var targetModule = BodyModuleSystem.FindBodyModuleByName(moduleName);
targetModule.Alarm(enable);
}
}
}