Exemplo n.º 1
0
 public LucDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
Exemplo n.º 2
0
 public QLaneClear(QSpell qSpell)
 {
     this.qSpell = qSpell;
 }
Exemplo n.º 3
0
 public QCombo(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }
Exemplo n.º 4
0
 public QJungleClear(QSpell qSpell)
 {
     this.qSpell = qSpell;
 }
Exemplo n.º 5
0
 public QHarass(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }
Exemplo n.º 6
0
 public QDraw(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }