Pulling state handling changes (#9952)
This commit is contained in:
@@ -13,14 +13,13 @@ namespace Content.Shared.Pulling.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// The current entity pulling this component.
|
||||
/// SharedPullingStateManagementSystem should be writing this. This means definitely not you.
|
||||
/// </summary>
|
||||
public EntityUid? Puller { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The pull joint.
|
||||
/// SharedPullingStateManagementSystem should be writing this. This means probably not you.
|
||||
/// </summary>
|
||||
public DistanceJoint? PullJoint { get; set; }
|
||||
public string? PullJointId { get; set; }
|
||||
|
||||
public bool BeingPulled => Puller != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user