namespace PkmnLib.Plugin.Gen7.Scripts.Abilities; /// /// Dancer is an ability that allows the Pokémon to copy any dance move used by any Pokémon on the field. /// When a dance move is used, the Pokémon with Dancer will immediately use the same move after the original user. /// /// Bulbapedia - Dancer /// [Script(ScriptCategory.Ability, "dancer")] public class Dancer : Script { // TODO: Implement Dancer ability logic }