Example #1
0
 // calls the effect attached to this bullet
 private void EventHit(GameObject go)
 {
     m_bulletEffect.Hit(go);
 }
Example #2
0
 public void EventHit(GameObject car)
 {
     bulletEffect.Hit(car);
 }