using Robust.Shared.GameStates; namespace Content.Shared.Movement.Components; /// /// Raises the engine movement inputs for a particular entity onto the designated entity /// [RegisterComponent, NetworkedComponent] public sealed class RelayInputMoverComponent : Component { [ViewVariables] public EntityUid? RelayEntity; }