Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Movement.Components;
|
||||
/// i.e. when weightless they're floaty but still have free movement.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class MovementAlwaysTouchingComponent : Component
|
||||
public sealed partial class MovementAlwaysTouchingComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user