namespace Content.Shared.Farming; [RegisterComponent] public sealed partial class CompostComponent : Component { /// /// Amount of nutrition added to PlantHolder /// [DataField] public float NutritionValue = 50f; }