namespace Content.Server.GameObjects.Components.Interactable.Tools { public class ScrewdriverComponent : ToolComponent { /// /// Tool that interacts with technical components that need to be screwed in /// public override string Name => "Screwdriver"; } }