namespace PkmnLib.Plugin.Gen7.Scripts.Abilities; /// /// Parental Bond is an ability that allows the Pokémon to hit twice with most moves. /// /// Bulbapedia - Parental Bond /// [Script(ScriptCategory.Ability, "parental_bond")] public class ParentalBond : Script { // TODO: Implement Parental Bond effect. }