C# Class AcManager.Tools.GameProperties.WeatherSpecificFileReplacement

Inheritance: IWeatherSpecificReplacement
Show file Open project: gro-ove/actools

Public Methods

Method Description
Apply ( WeatherObject weather ) : bool
Revert ( ) : void

Private Methods

Method Description
WeatherSpecificFileReplacement ( string relativeRelativeSource, string relativeDestination ) : System

Method Details

Apply() public method

public Apply ( WeatherObject weather ) : bool
weather AcManager.Tools.Objects.WeatherObject
return bool

Revert() public method

public Revert ( ) : void
return void