Make ActiveInputMover a purely Runtime component
This commit is contained in:
parent
d9ddb0abc2
commit
2180745797
|
|
@ -13,7 +13,7 @@ namespace Content.Shared.Movement.Components;
|
|||
/// </remarks>
|
||||
/// <seealso cref="InputMoverComponent"/>
|
||||
/// <seealso cref="SharedMoverController.UpdateMoverStatus"/>
|
||||
[RegisterComponent, Access(typeof(SharedMoverController))]
|
||||
[RegisterComponent, Access(typeof(SharedMoverController)), UnsavedComponent] // DeltaV - Make Unsaved
|
||||
public sealed partial class ActiveInputMoverComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue