Exemple #1
0
 public void DestroyCharacter()
 {
     if (!invul)
     {
         engine.StopEngine();
         controlGame.DefeatGame();
     }
 }