public Bullet(BulletView bulletView) { _bulletView = bulletView; _contactsPuller = new ContactsPuller(_bulletView.Collider2D); }