Beispiel #1
0
 private void Update()
 {
     if (health <= 0)
     {
         restart.Retry();
         restart.Activate();
     }
 }