Beispiel #1
0
 public void UseItemInBattle(Consumable consumable)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SellItem(Consumable consumable, int amount)
 {
     throw new NotImplementedException();
 }