AcManager.Tools.GameProperties.WeatherSpecificCloudsHelper.Revert C# (CSharp) Method

Revert() public static method

public static Revert ( ) : void
return void
        public static void Revert() {
            foreach (var replacement in Replacements) {
                replacement.Revert();
            }
        }
WeatherSpecificCloudsHelper