Files
crystall-punk-14/Content.Shared/Movement/Pulling/Components/ActivePullerComponent.cs

8 lines
251 B
C#
Raw Permalink Normal View History

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;