Deukhoofd 1579d46671
All checks were successful
Build / Build (push) Successful in 49s
More abilities
2025-06-09 15:24:37 +02:00

12 lines
401 B
C#

namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
/// <summary>
/// Imposter is an ability that transforms the Pokémon into its opponent upon entering battle.
///
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Imposter_(Ability)">Bulbapedia - Imposter</see>
/// </summary>
[Script(ScriptCategory.Ability, "imposter")]
public class Imposter : Script
{
// TODO: Implement Imposter effect.
}