Faction.GetSectionWeapon C# (CSharp) Method

GetSectionWeapon() public method

public GetSectionWeapon ( int strength ) : SectionWeapon,
strength int
return SectionWeapon,
    public SectionWeapon GetSectionWeapon(int strength)
    {
        return SectionComponentFactory.GetWeapon(weapons[strength]);
    }