Example #1
0
 protected override void Start()
 {
     base.Start();
     _gunProjectileSpawn = GetComponentInChildren <GunProjectileSpawn>();
     _livingEntity       = TargetTransform.gameObject.GetComponent <LivingEntity>();
 }