public bool UseItem(Consumable consumable, Pokemon targetPokemon) { return(Player.UseItemInBattle(consumable, targetPokemon)); }
public void SellItem(Consumable consumable, int amount) { //TODO IMPLEMENTEREN JOEL POSSESION }
public void UseItemInBattle(Pokemon targetForItem, Consumable consumable) { //TODO IMPLEMENTEER JOEL POSSESION }
public void BuyItem(Consumable consumable, int amount) { //TODO IMPLEMENTEER JOEL POSSESION }