Пример #1
0
 void Ataque()
 {
     tempo = 0f;
     if (vidaJogador.vidaAtual > 0)
     {
         vidaJogador.HouveDano(danoAtaque);
     }
 }