Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,5 +6,5 @@ namespace Content.Shared.Strip.Components
|
||||
/// Give to an entity to say they can strip another entity.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class StrippingComponent : Component {}
|
||||
public sealed partial class StrippingComponent : Component {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user