This commit is contained in:
2025-12-27 19:30:17 +08:00
parent 028d054705
commit 040a222bd6
58 changed files with 11043 additions and 3352 deletions

View File

@@ -6,7 +6,12 @@ namespace NBF
{
protected override void OnInit()
{
transform.position = Rod.lineHandler.LineConnector_1.transform.position;
// Lure.gameObject.GetComponent<ConfigurableJoint>().connectedBody =
// lineHandler.LineConnector_1.GetComponent<Rigidbody>();
// LureHookWaterDisplacement = Lure.GetComponent<FWaterDisplacement>();
SetParent(Rod.lineHandler.LineConnector_1.transform);
}
}
}