Example #1
0
 public LucDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
Example #2
0
 public RCombo(RSpell rSpell, LucDamage damage)
 {
     this.rSpell = rSpell;
     this.damage = damage;
 }
Example #3
0
 public R(RSpell rSpell)
 {
     this.rSpell = rSpell;
 }
Example #4
0
 public RDraw(RSpell rSpell)
 {
     this.rSpell = rSpell;
 }