Files
crystall-punk-14/Content.Server/StationRecords/Components/GeneralStationRecordConsoleComponent.cs

10 lines
226 B
C#
Raw Normal View History

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