using Robust.Shared.GameObjects; namespace Content.Server.GameObjects.Components.Interactable.Tools { /// /// Tool used for interfacing/hacking into configurable computers /// [RegisterComponent] public class MultitoolComponent : ToolComponent { public override string Name => "Multitool"; } }