namespace Content.Server.GameObjects.Components.Interactable.Tools { /// /// Tool that can be used for some cutting interactions such as wires or hacking /// public class WirecutterComponent : ToolComponent { public override string Name => "Wirecutter"; } }