Pokémon Showdown battle log processing and usage stats generation logic
6
stars
1
forks
source link
Remove singleton classes where every method takes a Generation param to instead be regular classes with a Generation member #4
Open
scheibo opened 2 months ago
Everything in the package should be made to be generation-aware and a more conventional pattern will make this more straightforward.