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