示例#1
0
 public LucDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
示例#2
0
 public RCombo(RSpell rSpell, LucDamage damage)
 {
     this.rSpell = rSpell;
     this.damage = damage;
 }
示例#3
0
文件: R.cs 项目: Nechrito/Leaguesharp
 public R(RSpell rSpell)
 {
     this.rSpell = rSpell;
 }
示例#4
0
 public RDraw(RSpell rSpell)
 {
     this.rSpell = rSpell;
 }