Exemplo n.º 1
0
 public void IncreasePower()
 {
     if (powerLvl < 5)
     {
         powerLvl++;
     }
     powerBar.SetPowerlvl(powerLvl);
 }