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