Fix RotateWhilePulling not working (#29032)

This commit is contained in:
Leon Friedrich
2024-06-16 23:30:35 +12:00
committed by GitHub
parent ac979640bf
commit f121946b12
5 changed files with 29 additions and 36 deletions

View File

@@ -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;