Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Content.Shared.Emag.Components;
|
||||
/// Marker component for emagged entities
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class EmaggedComponent : Component
|
||||
public sealed partial class EmaggedComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user