using Robust.Shared.GameObjects; namespace Content.Server.GameObjects.Components.Botany { [RegisterComponent] public class HoeComponent : Component { public override string Name => "Hoe"; } }