namespace PkmnLib.Plugin.Gen7.Scripts.Abilities; /// /// Honey Gather is an ability that may allow the Pokémon to collect Honey after battle. /// /// Bulbapedia - Honey Gather /// [Script(ScriptCategory.Ability, "honey_gather")] public class HoneyGather : Script { // No Effect in battle }