Exemple #1
0
 void useTimeJuice(int timeJuice)
 {
     remainingUses -= timeJuice;
     timeBar.SetTimeJuice(remainingUses);
 }