// Start is called before the first frame update
 void Start()
 {
     bulletParent = ParentUtils.GetBulletParent();
 }
예제 #2
0
    // Start is called before the first frame update
    void Start()
    {
        bulletParent = ParentUtils.GetBulletParent();

        soundController = SoundController.FindSoundController();
    }