UNPKG

@mhsalves/yugioh-fb-catalog

Version:

This catalog tools helps to retrieve data from Yugioh Forbidden Memories

7 lines (6 loc) 158 B
import type { IRitualCard } from "../../card-types"; /** * Rituals between ids 674 and 679 */ declare const rituals: IRitualCard[]; export default rituals;