Fix RotateWhilePulling not working (#29032)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user