Patcher.Rules.Proxies.Fallout4EnumConverter.ToWeatherSoundTypes C# (CSharp) Method

ToWeatherSoundTypes() public static method

public static ToWeatherSoundTypes ( this value ) : WeatherSoundTypes
value this
return WeatherSoundTypes
        public static WeatherSoundTypes ToWeatherSoundTypes(this WeatherSoundType value)
        {
            return EnumConverter.ConvertByName<WeatherSoundTypes>(value);
        }