public SpellTrackerInfo(SpellCooldownInfo info, SpellSlot spellSlot, float cooldownExpires) { this.info = info; this.spellSlot = spellSlot; this.cooldownExpires = cooldownExpires; }