pokemon-showdown/data/mods/sharedpower/random-teams.ts
Alexander B d8720e6706
Update randomized formats (#9184)
* 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>
2022-12-14 12:44:46 -07:00

6 lines
146 B
TypeScript

import RandomTeams from '../../random-teams';
export class RandomSharedPowerTeams extends RandomTeams {}
export default RandomSharedPowerTeams;