C# Class AcManager.Tools.GameProperties.WeatherSpecificHelperBase

Inheritance: Game.RaceIniProperties, IDisposable
Show file Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
Set ( System.IniFile file ) : void

Protected Methods

Method Description
DisposeOverride ( ) : void
SetOverride ( WeatherObject weather ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DisposeOverride() protected abstract method

protected abstract DisposeOverride ( ) : void
return void

Set() public final method

public final Set ( System.IniFile file ) : void
file System.IniFile
return void

SetOverride() protected abstract method

protected abstract SetOverride ( WeatherObject weather ) : bool
weather AcManager.Tools.Objects.WeatherObject
return bool