Пример #1
0
 void Start()
 {
     _bulletAnimationBehaviour = GetComponent <BulletAnimationBehaviour>();
 }
Пример #2
0
 void Start()
 {
     _bulletAnimationBehaviour = GetComponent <BulletAnimationBehaviour>();
     _bullet_AudioManager      = GetComponent <Bullet_AudioManager>();
 }