Files
tbd-station-14/Content.Shared/Movement/Pulling/Components/ActivePullerComponent.cs
2024-06-16 21:30:35 +10:00

8 lines
251 B
C#

namespace Content.Shared.Movement.Pulling.Components;
/// <summary>
/// Component that indicates that an entity is currently pulling some other entity.
/// </summary>
[RegisterComponent]
public sealed partial class ActivePullerComponent : Component;