鱼竿弯曲
This commit is contained in:
@@ -10,6 +10,8 @@ namespace NBF
|
||||
// [SerializeField] private Buoyancy _buoyancy;
|
||||
public Rigidbody rbody => _rbody;
|
||||
|
||||
public Rigidbody JointRb => joint.connectedBody;
|
||||
|
||||
public void SetJoint(Rigidbody rb)
|
||||
{
|
||||
joint = joint == null ? GetComponent<ConfigurableJoint>() : joint;
|
||||
|
||||
Reference in New Issue
Block a user