rope处理

This commit is contained in:
2026-02-22 18:34:37 +08:00
parent 54c8439024
commit 06bf72973c
45 changed files with 10342 additions and 502 deletions

View File

@@ -144,5 +144,15 @@ namespace NBF
}
#endregion
/// <summary>
/// 线断了
/// </summary>
/// <param name="msg"></param>
/// <param name="loseBaitChance"></param>
public void LineBreak(string msg, float loseBaitChance)
{
}
}
}

View File

@@ -49,12 +49,12 @@ namespace NBF
/// <summary>
/// 线长度
/// </summary>
public float lineLength = 1;
public float lineLength = 1.5f;
/// <summary>
/// 浮漂线长度
/// </summary>
public float floatLength = 0.1f;
public float floatLength = 0.5f;
public float Tension
{