C# Class TW.ConfigurationFetcher.Fetcher.BuildingFetcher

Inheritance: TW.ConfigurationFetcher.Fetcher.IFetcher
Mostra file Open project: tylercamp/twvault-trimmed

Public Methods

Method Description
NeedsUpdate ( World world ) : bool
Process ( VaultContext context, World world, string fetchedContents ) : void

Method Details

NeedsUpdate() public method

public NeedsUpdate ( World world ) : bool
world World
return bool

Process() public method

public Process ( VaultContext context, World world, string fetchedContents ) : void
context VaultContext
world World
fetchedContents string
return void