Beispiel #1
0
 private void OnTriggerEnter2D(Collider2D col)
 {
     if (col.tag == "Player")
     {
         respawn.Respewn();
     }
 }