Delta-v/Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustMutationLevel.cs

8 lines
283 B
C#

namespace Content.Shared.EntityEffects.Effects.Botany.PlantAttributes;
public sealed partial class PlantAdjustMutationLevel : BasePlantAdjustAttribute<PlantAdjustMutationLevel>
{
public override string GuidebookAttributeName { get; set; } = "plant-attribute-mutation-level";
}