Exemplo n.º 1
0
 private void OnTriggerEnter(Collider other)
 {
     if (other.name == "Player")
     {
         gameM.completelevel();
     }
 }