Beispiel #1
0
 public void UpdateUnlimitedChargeTimer(float _fillAmount)
 {
     unlimitedChargeTimer.UpdateTimer(_fillAmount);
 }
Beispiel #2
0
 public void UpdateShieldTimer(float _fillAmount)
 {
     shieldTimer.UpdateTimer(_fillAmount);
 }