import { Set } from '../../interfaces' import serie from '../BW' const set: Set = { id: 'BW3a', name: { ja: 'サイコドライブ', ko: '사이코 드라이브' }, serie: serie, cardCount: { official: 52 }, releaseDate: '2011-09-16' } export default set