예제 #1
0
파일: Shop.cs 프로젝트: Twanks1/PJumper
 public void removeCoins(int numOfCoins)
 {
     enoughCoins = player_inventory.removeCoins(numOfCoins);
 }