ArcAnnihilation.Spell.GetCooldown C# (CSharp) Method

GetCooldown() public method

public GetCooldown ( ) : float
return float
        public float GetCooldown()
        {
            return this.GetLastCd() - Game.RawGameTime + this.GetLastTime() + 1;
        }