mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-31 21:02:23 -05:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
'use strict';
|
|
|
|
/** @type {ModdedBattleScriptsData} */
|
|
let BattleScripts = {
|
|
inherit: 'gen7',
|
|
};
|
|
|
|
exports.BattleScripts = BattleScripts;
|