7 lines
258 B
C#
7 lines
258 B
C#
namespace Content.Shared.EntityEffects.Effects.PlantMetabolism;
|
|
|
|
public sealed partial class PlantAdjustNutrition : PlantAdjustAttribute<PlantAdjustNutrition>
|
|
{
|
|
public override string GuidebookAttributeName { get; set; } = "plant-attribute-nutrition";
|
|
}
|