Exemple #1
0
 void Update()
 {
     GetMoveInput();
     RotationInput();
     Shoot();
     if (healthBarHandler)
     {
         healthBarHandler.SetHealth(currentHealth);
     }
 }