Exemplo n.º 1
0
 public static int DamageReduction(this ArmorType armorType, DamageType damageType)
 {
     return(damageType.DamageReduction(armorType));
 }