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