Patcher.Rules.Proxies.SkyrimEnumConverter.ToWeatherSoundType C# (CSharp) Méthode

ToWeatherSoundType() public static méthode

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