C# Class TW.ConfigurationFetcher.Fetcher.BuildingFetcher

Inheritance: TW.ConfigurationFetcher.Fetcher.IFetcher
Afficher le fichier Open project: tylercamp/twvault-trimmed

Méthodes publiques

Méthode Description
NeedsUpdate ( World world ) : bool
Process ( VaultContext context, World world, string fetchedContents ) : void

Method Details

NeedsUpdate() public méthode

public NeedsUpdate ( World world ) : bool
world World
Résultat bool

Process() public méthode

public Process ( VaultContext context, World world, string fetchedContents ) : void
context VaultContext
world World
fetchedContents string
Résultat void