namespace Content.Client.Machines.Components; /// /// Component attached to all multipart machine ghosts /// Intended for client side usage only, but used on prototypes. /// [RegisterComponent] public sealed partial class MultipartMachineGhostComponent : Component { /// /// Machine this particular ghost is linked to. /// public EntityUid? LinkedMachine = null; }