using Content.Shared.GameObjects.Components; using Robust.Shared.GameObjects; namespace Content.Server.GameObjects.Components.Interactable { [RegisterComponent] public class WriteComponent : Component { public override string Name => "Write"; } }