10 lines
226 B
C#
10 lines
226 B
C#
using Content.Shared.StationRecords;
|
|
|
|
namespace Content.Server.StationRecords;
|
|
|
|
[RegisterComponent]
|
|
public sealed class GeneralStationRecordConsoleComponent : Component
|
|
{
|
|
public StationRecordKey? ActiveKey { get; set; }
|
|
}
|