Click or drag to resize
PlantStateHealDamage Method
Plants heal just by getting their foodchunks back up to the maximum level -- kind of like growing their old leaves back. This should only be called by the game engine and so the method is protected by the immutable property.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override void HealDamage()
See Also