meisterhau-ll
    Preparing search index...

    Interface Moves

    interface Moves {
        getMove(name: string): Move;
        hasMove(name: string): boolean;
    }

    Implemented by

    Index

    Methods