测试代码提交

This commit is contained in:
Bob.Song
2026-03-26 16:03:53 +08:00
parent 83da5b3196
commit 7f0255574c
5 changed files with 48 additions and 15 deletions

View File

@@ -123,5 +123,11 @@ namespace NBF
}
fishingRope.SetTargetLength(value);
}
public void SetLureLength(float value)
{
Log.Error($"SetObiRopeStretch={value}");
bobberRope.SetTargetLength(value);
}
}
}