Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Content.Shared.StationRecords;
|
||||
namespace Content.Server.StationRecords;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class GeneralStationRecordConsoleComponent : Component
|
||||
public sealed partial class GeneralStationRecordConsoleComponent : Component
|
||||
{
|
||||
public StationRecordKey? ActiveKey { get; set; }
|
||||
public GeneralStationRecordsFilter? Filter { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user