Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.StationRecords;
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class StationRecordKeyStorageComponent : Component
|
||||
public sealed partial class StationRecordKeyStorageComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The key stored in this component.
|
||||
|
||||
Reference in New Issue
Block a user