Example #1
0
 public float GetAOERadius()
 {
     return(aStats.aoeRadius * (1 + (perk != null ? perk.GetAbilityAOEMul(ID) : 0)));
 }