Ejemplo n.º 1
0
 private void OnTriggerEnter2D(Collider2D col)
 {
     if (col.CompareTag("Destroyer"))
     {
         EC.ChangeEnviron();
     }
 }