mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
7 lines
79 B
JavaScript
7 lines
79 B
JavaScript
exports.BattleFormatsData = {
|
|
genesect: {
|
|
inherit: true,
|
|
tier: 'OU'
|
|
}
|
|
};
|