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

ToWeatherSoundType() public static method

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