Add a bool to disable buckling on InteractHand (#30001)

This commit is contained in:
ShadowCommander
2024-08-25 10:09:51 -07:00
committed by GitHub
parent 2d70c7d473
commit 5c0753b136
3 changed files with 8 additions and 1 deletions

View File

@@ -90,6 +90,12 @@ public sealed partial class StrapComponent : Component
/// </summary>
[DataField]
public float BuckleDoafterTime = 2f;
/// <summary>
/// Whether InteractHand will buckle the user to the strap.
/// </summary>
[DataField]
public bool BuckleOnInteractHand = true;
}
public enum StrapPosition