Faction.GetSectionMaterial C# (CSharp) Method

GetSectionMaterial() public method

public GetSectionMaterial ( int strength ) : SectionMaterial,
strength int
return SectionMaterial,
    public SectionMaterial GetSectionMaterial(int strength)
    {
        return SectionComponentFactory.GetMaterial(materials[strength]);
    }