using Robust.Shared.Prototypes; namespace Content.Shared._NF.Construction.Components; /// /// Used for construction graphs in building tabletop computers. /// [RegisterComponent] public sealed partial class ComputerTabletopBoardComponent : Component { [DataField] public EntProtoId? Prototype { get; private set; } }