namespace Content.Server.Research.TechnologyDisk.Components;
[RegisterComponent]
public sealed class TechnologyDiskComponent : Component
{
///
/// The recipe that will be added. If null, one will be randomly generated
///
[DataField("recipes")]
public List? Recipes;
}