namespace Content.Shared.EntityEffects.Effects.Botany.PlantAttributes; public sealed partial class PlantAffectGrowth : BasePlantAdjustAttribute { public override string GuidebookAttributeName { get; set; } = "plant-attribute-growth"; }