Update trivial components to use auto comp states (#20539)
This commit is contained in:
@@ -5,8 +5,9 @@ namespace Content.Shared.Movement.Components;
|
||||
/// <summary>
|
||||
/// Added to someone using a jetpack for movement purposes
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class JetpackUserComponent : Component
|
||||
{
|
||||
[AutoNetworkedField]
|
||||
public EntityUid Jetpack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user