#nullable enable using Robust.Shared.GameObjects; namespace Content.Server.GameObjects.Components.Botany { [RegisterComponent] public class ShovelComponent : Component { public override string Name => "Shovel"; } }