增加线测试代码

This commit is contained in:
2026-03-05 23:54:32 +08:00
parent e82f2ea6b7
commit 06146e3d07
3 changed files with 23 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ namespace NBF
public void SetObiRopeStretch(float value)
{
Log.Error($"SetObiRopeStretch={value}");
fishingRope.SetTargetLength(value - 0.2f);
fishingRope.SetTargetLength(value);
}
}
}