Exemplo n.º 1
0
 void TryHitWolf()
 {
     if (wolfHealth.RecieveDamage(10))
     {
         audioSource.PlayOneShot(swordHit);
     }
 }