OnGrowableGatheredUsage​Called before the player receives an item from gathering a growable entityNo return behaviorExamples​""void OnGrowableGathered(GrowableEntity plant, Item item, BasePlayer player){ Puts($"{player.displayName} has gathered {item.info.shortname} x {item.amount}.");}Copy