Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Movement.Components;
|
||||
/// Added to someone using a jetpack for movement purposes
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class JetpackUserComponent : Component
|
||||
public sealed partial class JetpackUserComponent : Component
|
||||
{
|
||||
public EntityUid Jetpack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user