コード例 #1
0
ファイル: LucDamage.cs プロジェクト: Nechrito/Leaguesharp
 public LucDamage(ESpell eSpell, WSpell wSpell, QSpell qSpell, RSpell rSpell)
 {
     this.eSpell = eSpell;
     this.wSpell = wSpell;
     this.qSpell = qSpell;
     this.rSpell = rSpell;
 }
コード例 #2
0
ファイル: RCombo.cs プロジェクト: Nechrito/Leaguesharp
 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
ファイル: RDraw.cs プロジェクト: Nechrito/Leaguesharp
 public RDraw(RSpell rSpell)
 {
     this.rSpell = rSpell;
 }