using Robust.Shared.Prototypes; namespace Content.Shared.Farming; [RegisterComponent] public sealed partial class CompostableFieldComponent : Component { /// /// Time taken to apply the compost /// [DataField] public float CompostTime = 5.0f; }