6
2026-01-24 12:49:55 +03:00

7 lines
271 B
C#

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