Esempio n. 1
0
 void Start()
 {
     muzzleFlash                  = GetComponent <MuzzleFlash>();
     shotsRemainingInBurst        = stats.burstCount;
     nextShotTime                 = Time.time;
     triggerReleasedSinceLastShot = true;
 }
Esempio n. 2
0
 void Start()
 {
     muzzleFlash                  = GetComponent <MuzzleFlash>();
     shotsRemainingInBurst        = burstCount;
     projectilesRemainingInMag    = projectilesPerMag;
     nextShotTime                 = Time.time;
     triggerReleasedSinceLastShot = true;
 }