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

10 lines
128 B
JavaScript

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