コード例 #1
0
 void pm_death()
 {
     pacman.Kill();
     pacman = new Pacman(eat);
     ShowAllElements();
     lbl_score.Visible = false;
 }