Ejemplo n.º 1
0
        public float RemainingPercentage()
        {
            if (timeCooldown != null)
            {
                return(timeCooldown.RemainingPercentage());
            }

            return(0f);
        }
Ejemplo n.º 2
0
 public float RemainingPercentage()
 {
     return(timeCooldown.RemainingPercentage());
 }