提交修改
This commit is contained in:
@@ -57,8 +57,16 @@ namespace NBF
|
||||
});
|
||||
|
||||
StartCoroutine(test());
|
||||
fishingRope.Init(Rod);
|
||||
bobberRope.Init(Rod);
|
||||
if (isLureConnect)
|
||||
{
|
||||
fishingRope.Init(Rod);
|
||||
}
|
||||
else
|
||||
{
|
||||
fishingRope.Init(Rod);
|
||||
bobberRope.Init(Rod);
|
||||
}
|
||||
|
||||
// rodLine.GenerateLineRendererRope(guides.ToArray(), _LineThickness);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user