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