예제 #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 WHarass(WSpell wSpell)
 {
     this.wSpell = wSpell;
 }
예제 #3
0
 public WLane(WSpell wSpell)
 {
     this.wSpell = wSpell;
 }
예제 #4
0
 public StackTear(QSpell qSpell, WSpell wSpell)
 {
     this.qSpell = qSpell;
     this.wSpell = wSpell;
 }
예제 #5
0
 public WDraw(WSpell wSpell)
 {
     this.wSpell = wSpell;
 }