Ejemplo n.º 1
0
 void Delete()
 {
     manager.newPost();
     player.AddHit();
     player.UpdateHealth(1);
     Destroy(gameObject);
 }