优化表现

This commit is contained in:
2024-09-09 10:25:06 +08:00
parent b407367818
commit 1647637bcf
12 changed files with 2838 additions and 335 deletions
+3 -1
View File
@@ -28,7 +28,7 @@ public class Socket : MonoBehaviour, ISocket
IsAvailable = false;
}
plug=p;
plug.CableRef.End=plug.transform;
// 可插入就可以触发对话
_option?.SelectOption();
}
@@ -37,7 +37,9 @@ public class Socket : MonoBehaviour, ISocket
{
IsAvailable = true;
MessageBox.Instance.HandleMessageBoxCommand("null","");
plug.CableRef.End=plug.transform.GetChild(0).transform;
plug=null;
}
public Vector2 GetPosition()