pokemon-showdown/data/mods/cleanslatemicro/scripts.js
2020-01-02 02:47:46 +04:00

9 lines
137 B
JavaScript

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