Beispiel #1
0
 public LucDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
Beispiel #2
0
 public EHarass(ESpell eSpell, LucDamage damage, DashSmart dashSmart)
 {
     this.eSpell = eSpell;
     this.damage = damage;
     this.dashSmart = dashSmart;
 }
Beispiel #3
0
 public ELaneClear(ESpell eSpell, DashSmart dashSmart)
 {
     this.eSpell = eSpell;
     this.dashSmart = dashSmart;
 }
Beispiel #4
0
 public EJungleClear(ESpell eSpell)
 {
     this.eSpell = eSpell;
 }