public void Shoot(BulletBase _bullet, Vector3 _shootPosition, Vector3 _direction, IShooter _shootable) { instance.TakeBullet(_bullet).Shoot(_shootPosition, _direction, _shootable); }