Fix tethergun (#16612)
This commit is contained in:
@@ -8,6 +8,12 @@ public sealed partial class TetherGunComponent : BaseForceGunComponent
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("maxDistance"), AutoNetworkedField]
|
||||
public float MaxDistance = 10f;
|
||||
|
||||
/// <summary>
|
||||
/// The entity the tethered target has a joint to.
|
||||
/// </summary>
|
||||
[DataField("tetherEntity"), AutoNetworkedField]
|
||||
public override EntityUid? TetherEntity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The entity currently tethered.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user