Exemplo n.º 1
0
 //Overridable
 virtual public void TakeDamage()
 {
     player.AddJump();
     player.AddShuriken();
     Destroy(gameObject);
 }