PokéRogue
    Preparing search index...

    Interface representing an object associated with a specific Pokemon

    interface HasPokemon {
        getPokemon(): Pokemon;
    }
    Index

    Methods

    Methods