Exemple #1
0
 void OnCollisionEnter(Collision other)
 {
     _bulletController.BulletCollided(other);
 }