修改过渡,新增highlight
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user