using Robust.Shared.GameStates; namespace Content.Shared.Interaction.Components; /// /// This is used for entities which should not rotate on interactions (for instance those who use instead) /// [RegisterComponent, NetworkedComponent] public sealed partial class NoRotateOnInteractComponent : Component { }