namespace PkmnLib.Plugin.Gen7.Scripts.Abilities; /// /// Unnerve is an ability that prevents opposing Pokémon from using their held Berries. /// /// Bulbapedia - Unnerve /// [Script(ScriptCategory.Ability, "unnerve")] public class Unnerve : Script { // TODO: Implement Unnerve ability logic }