namespace Content.Server.GameObjects.Components.Interactable.Tools { public class CrowbarComponent : ToolComponent { /// /// Tool that can be used to crowbar things apart, such as deconstructing /// public override string Name => "Crowbar"; } }