// Start is called before the first frame update void Start() { bulletParent = ParentUtils.GetBulletParent(); }
// Start is called before the first frame update void Start() { bulletParent = ParentUtils.GetBulletParent(); soundController = SoundController.FindSoundController(); }