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

8 lines
277 B
C#

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