UNPKG

yugioh-card

Version:

<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>

22 lines (21 loc) 477 B
import { Card } from '../card/index.js'; export class YugiohBackCard extends Card { cardLeaf: any; konamiLeaf: any; registerLeaf: any; logoLeaf: any; data: { type: string; logo: string; konami: boolean; register: boolean; radius: boolean; scale: number; }; get tag(): string; drawCard(): void; drawKonami(): void; drawRegister(): void; drawLogo(): void; get baseImage(): string; }