Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.IoC;
|
||||
namespace Content.Client.Markers
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class MarkerComponent : Component
|
||||
public sealed partial class MarkerComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user