示例#1
0
 void OnTriggerEnter2D(Collider2D col)
 {
     manager.PlayerDeath();
 }