using Content.Shared.StationRecords; namespace Content.Server.StationRecords; [RegisterComponent] public sealed class StationRecordKeyStorageComponent : Component { /// /// The key stored in this component. /// [ViewVariables] public StationRecordKey? Key; }