예제 #1
0
파일: Shop.cs 프로젝트: Twanks1/PJumper
 public void addLifes(int lifes)
 {
     if (enoughCoins)
     {
         player_health.addLifes(lifes);
         enoughCoins = false;
     }
 }