Ejemplo n.º 1
0
 private void HandleBonusDuration()
 {
     if (timer_bonusDuration != null)
     {
         timer_bonusDuration.Tick(Time.deltaTime);
         if (timer_bonusDuration.IsFinished())
         {
             weaponInfo.ResetToBase();
             CoinInfoGUI.refrence.ResetTextColor();
             timer_bonusDuration = null;
         }
     }
 }