AcManager.Tools.GameProperties.WeatherSpecificTyreSmokeHelper.Revert C# (CSharp) Méthode

Revert() public static méthode

public static Revert ( ) : void
Résultat void
        public static void Revert() {
            foreach (var replacement in Replacements) {
                replacement.Revert();
            }
        }
WeatherSpecificTyreSmokeHelper