public void IncrementThrownPokeballs(BasePokeballItem pokeball)
 {
     IncrementThrownPokeballs(pokeball.UnlocalizedName);
 }
 public int GetThrownPokeballsCount(BasePokeballItem pokeball)
 {
     return(GetThrownPokeballsCount(pokeball.UnlocalizedName));
 }
예제 #3
0
 public int GetThrownPokeballsCount(BasePokeballItem pokeball) => GetThrownPokeballsCount(pokeball.UnlocalizedName);