Example #1
0
 void OnTriggerEnter2D(Collider2D other)
 {
     if (other.gameObject.layer == 10)
     {
         thePlayer.playerHit(true);
     }
 }