pokemon-rogue-battle
    Preparing search index...

    Interface FaintLogEntry

    interface FaintLogEntry {
        pokemon: Pokemon;
        turn: number;
    }
    Index

    Properties

    Properties

    pokemon: Pokemon
    turn: number