6
2025-11-07 12:32:48 +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";
}