namespace Content.Server.GameObjects.Components.Interactable.Tools { /// /// Wrenches bolts, and interacts with things that have been bolted /// public class WrenchComponent : ToolComponent { public override string Name => "Wrench"; } }