Exemplo n.º 1
0
 /// <summary>
 /// Gets name of armor material type.
 /// </summary>
 /// <param name="material">Material type of armor.</param>
 /// <returns>String for armor material name.</returns>
 public virtual string GetArmorMaterialName(ArmorMaterialTypes material)
 {
     return(fallback.GetArmorMaterialName(material));
 }