Build.DecodeMaterial C# (CSharp) Method

DecodeMaterial() private method

private DecodeMaterial ( ) : SectionMaterial,
return SectionMaterial,
    private SectionMaterial DecodeMaterial()
    {
        return GetTower().faction.GetSectionMaterial(material);
    }