Delta-v/Content.Server/StationRecords/Components/GeneralStationRecordConsole...

10 lines
226 B
C#

using Content.Shared.StationRecords;
namespace Content.Server.StationRecords;
[RegisterComponent]
public sealed class GeneralStationRecordConsoleComponent : Component
{
public StationRecordKey? ActiveKey { get; set; }
}