修改arm

This commit is contained in:
2026-01-17 22:46:58 +08:00
parent f7d44f1f8d
commit a46436ae45
34 changed files with 47057 additions and 26303 deletions

View File

@@ -102,7 +102,7 @@ namespace NBF
private void OnFishingSetUnequip()
{
_isRodLayerEnabled = false;
_IK.SetBipedLeftHandIK(enabled: false, null);
// _IK.SetBipedLeftHandIK(enabled: false, null);
}
@@ -284,6 +284,10 @@ namespace NBF
/// </summary>
public void OnRodThrowStart()
{
if (Player.Fsm.CurrentState is PlayerStateThrow playerStateThrow)
{
playerStateThrow.OnRodThrowStart();
}
}
/// <summary>
@@ -291,6 +295,10 @@ namespace NBF
/// </summary>
public void OnRodThrownEnd()
{
if (Player.Fsm.CurrentState is PlayerStateThrow playerStateThrow)
{
playerStateThrow.OnRodThrownEnd();
}
}
#endregion