using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; /// /// This is used for entities which shouldn't have their local rotation set when moving, e.g. those using /// instead /// [RegisterComponent, NetworkedComponent] public sealed partial class NoRotateOnMoveComponent : Component { }