EloBuddy / EloBuddy.Issues

Issue Tracker for
http://EloBuddy.net
0 stars 2 forks source link

Enemy Cooldown's are not readily available. #121

Closed Sicryption closed 7 years ago

Sicryption commented 8 years ago

Champion.SpellBook(ANY).Cooldown returns 0. You can calculate around this by using Math.Max(0, info.GetChampionSpell().CooldownExpires - Game.Time)