示例#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; }