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