示例#1
0
 public EzrealDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
示例#2
0
 public QDraw(QSpell wSpell)
 {
     this.wSpell = wSpell;
 }
示例#3
0
 public StackTear(QSpell qSpell, WSpell wSpell)
 {
     this.qSpell = qSpell;
     this.wSpell = wSpell;
 }
示例#4
0
 public QLane(QSpell qSpell)
 {
     this.qSpell = qSpell;
 }
示例#5
0
 public QHarass(QSpell qSpell)
 {
     this.qSpell = qSpell;
 }