增加BodyModule切换功能
This commit is contained in:
@@ -9,12 +9,6 @@ namespace AibisDream
|
||||
private static BodyModuleSystem BodyModuleSystem => FixSystemCenter.SystemDic.Get<BodyModuleSystem>();
|
||||
private static PunchTapeSystem PunchTapeSystem => FixSystemCenter.SystemDic.Get<PunchTapeSystem>();
|
||||
|
||||
[YarnCommand("SetModuleState_CantStopRunning")]
|
||||
public static void SetModuleState_CantStopRunning(string moduleName, bool state)
|
||||
{
|
||||
BodyModuleSystem.SetModuleState_CantStopRunning(moduleName, state);
|
||||
}
|
||||
|
||||
[YarnCommand("ShowHeatMap")]
|
||||
public static void ShowHeatMap()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user