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