Ejemplo n.º 1
0
 public AttackDamage(BaseChampion owner, float Base, float scaling)
 {
     this.Base = Base;
     this.scaling = scaling;
 }
Ejemplo n.º 2
0
 public AttackSpeed(BaseChampion owner, float Base, float scaling)
 {
     this.Base = Base;
     this.scaling = scaling;
     this.owner = owner;
 }
Ejemplo n.º 3
0
 public AbilityPower(BaseChampion owner) { this.owner = owner; }