namespace PkmnLib.Plugin.Gen7.Scripts.Abilities; /// /// Imposter is an ability that transforms the Pokémon into its opponent upon entering battle. /// /// Bulbapedia - Imposter /// [Script(ScriptCategory.Ability, "imposter")] public class Imposter : Script { // TODO: Implement Imposter effect. }