using Robust.Shared.Prototypes; namespace Content.Shared.Farming; [RegisterComponent] public sealed partial class DiggingComponent : Component { /// /// Time in seconds to complete the digging action /// [DataField] public float DigTime = 6.0f; }