Пример #1
0
 public void removeCoins(int numOfCoins)
 {
     enoughCoins = player_inventory.removeCoins(numOfCoins);
 }