pokemon-showdown/mods/gen5/scripts.js
2018-05-05 14:56:45 -05:00

10 lines
145 B
JavaScript

'use strict';
/**@type {ModdedBattleScriptsData} */
let BattleScripts = {
inherit: 'gen6',
gen: 5,
};
exports.BattleScripts = BattleScripts;