Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ using Robust.Shared.GameStates;
|
||||
namespace Content.Client.Paper;
|
||||
|
||||
[NetworkedComponent, RegisterComponent]
|
||||
public sealed class PaperComponent : SharedPaperComponent
|
||||
public sealed partial class PaperComponent : SharedPaperComponent
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user