StevensSEC / pokemonbattlelib

A portable library for accurately simulating Pokemon battles.
GNU General Public License v3.0
13 stars 2 forks source link

No way to get pokemon from `target` with publicly accessible functions and properties #383

Closed dyc3 closed 2 years ago

dyc3 commented 3 years ago

Is your feature request related to a problem? Please describe.

There is no way to get a pokemon by target without using the private method getPokemon.

Describe the solution you'd like

getPokemon should probably be exported.

Describe alternatives you've considered

Additional context