Ejemplo n.º 1
0
 public bool UseItem(Consumable consumable, Pokemon targetPokemon)
 {
     return(Player.UseItemInBattle(consumable, targetPokemon));
 }
Ejemplo n.º 2
0
 public void SellItem(Consumable consumable, int amount)
 {
     //TODO IMPLEMENTEREN JOEL POSSESION
 }
Ejemplo n.º 3
0
 public void UseItemInBattle(Pokemon targetForItem, Consumable consumable)
 {
     //TODO IMPLEMENTEER JOEL POSSESION
 }
Ejemplo n.º 4
0
 public void BuyItem(Consumable consumable, int amount)
 {
     //TODO IMPLEMENTEER JOEL POSSESION
 }