误删部分

This commit is contained in:
2025-01-15 11:40:13 +08:00
parent 5158e66638
commit 045d6273f2
3 changed files with 25 additions and 1 deletions
@@ -191,6 +191,14 @@ namespace AibisDream.FixSystem
CableSystem.ResetPlug();
}
public void HandleDeepIn()
{
if (CableSystem.curBodyModule)
{
CableSystem.curBodyModule.DeepIn();
}
}
#region
public override string GetConfigPath()