去除遗留的测试指令

This commit is contained in:
2025-06-11 12:19:49 +08:00
parent a72c9f95c6
commit 0ae9b57dbb
2 changed files with 2 additions and 13 deletions
@@ -119,17 +119,6 @@ namespace AibisDream.FixSystem
{
CableReelRef.UpdateRotation();
}
if (Input.GetKeyDown(KeyCode.Space))
{
if (isCableRetracted)
{
DropDownCable();
}
else
{
PullUpCable();
}
}
}
public void ResetPlug()