mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-20 17:47:25 -05:00
* Update randomized formats * Delete/hide more stuff * Fix Mayhem * copy error * oops ! Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com> Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import RandomTeams from '../../random-teams';
|
|
|
|
export class RandomSharedPowerTeams extends RandomTeams {}
|
|
|
|
export default RandomSharedPowerTeams;
|