Example #1
0
 public void UpdateCooldown(int seconds)
 {
     HudView?.ChangeCooldown(seconds);
 }