Esempio n. 1
0
 void OnCollisionEnter(Collision other)
 {
     if (other.gameObject.tag != "Bullet")
     {
         bulletManager.ClearBullet(this);
     }
 }