예제 #1
0
 public AttackDamage(BaseChampion owner, float Base, float scaling)
 {
     this.Base = Base;
     this.scaling = scaling;
 }
예제 #2
0
 public AttackSpeed(BaseChampion owner, float Base, float scaling)
 {
     this.Base = Base;
     this.scaling = scaling;
     this.owner = owner;
 }
예제 #3
0
 public AbilityPower(BaseChampion owner) { this.owner = owner; }