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
|
||||
{
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
||||
namespace Content.Client.Paper;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class PaperVisualsComponent : Component
|
||||
public sealed partial class PaperVisualsComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The path to the image which will be used as a background for the paper itself
|
||||
|
||||
Reference in New Issue
Block a user