This commit is contained in:
2025-06-14 21:09:52 +08:00
parent 7118eb038b
commit 5746d70125
34 changed files with 8966 additions and 6675 deletions
@@ -200,6 +200,10 @@ namespace AibisDream.FixSystem
PlugRef.SwitchToPhysicCableState();
isCableRetracted = false;
SaveCableState();
// 添加一个短暂的延迟来确保状态正确设置
DOVirtual.DelayedCall(0.1f, () => {
Enable_plugInput();
});
});
// 只有在非收起状态时才切换到物理线缆状态
}