Exemple #1
0
 public QHarass(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }
Exemple #2
0
 public QCombo(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }
Exemple #3
0
 public QDraw(QSpell qSpell, Q2Spell q2Spell)
 {
     this.qSpell = qSpell;
     this.q2Spell = q2Spell;
 }