Exemplo n.º 1
0
 public SpellTrackerInfo(SpellCooldownInfo info, SpellSlot spellSlot, float cooldownExpires)
 {
     this.info = info;
     this.spellSlot = spellSlot;
     this.cooldownExpires = cooldownExpires;
 }
Exemplo n.º 2
0
 public SpellTrackerInfo(SpellCooldownInfo info, SpellSlot spellSlot, float cooldownExpires)
 {
     this.info            = info;
     this.spellSlot       = spellSlot;
     this.cooldownExpires = cooldownExpires;
 }