Build.DecodeWeapon C# (CSharp) Method

DecodeWeapon() private method

private DecodeWeapon ( ) : SectionWeapon,
return SectionWeapon,
    private SectionWeapon DecodeWeapon()
    {
        return GetTower().faction.GetSectionWeapon(weapon);
    }