示例#1
0
 public SpellTrackerInfo(SpellCooldownInfo info, SpellSlot spellSlot, float cooldownExpires)
 {
     this.info = info;
     this.spellSlot = spellSlot;
     this.cooldownExpires = cooldownExpires;
 }
示例#2
0
 public SpellTrackerInfo(SpellCooldownInfo info, SpellSlot spellSlot, float cooldownExpires)
 {
     this.info            = info;
     this.spellSlot       = spellSlot;
     this.cooldownExpires = cooldownExpires;
 }