Пример #1
0
 // Make the tank die and explode and show the Gameover menu after that
 protected override void Die()
 {
     base.Die();
     GameoverMenu.Show();
 }