Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
|
||||
namespace Content.Client.TextScreen;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class TextScreenVisualsComponent : Component
|
||||
public sealed partial class TextScreenVisualsComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// 1/32 - the size of a pixel
|
||||
|
||||
Reference in New Issue
Block a user