C# Класс TW.ConfigurationFetcher.Fetcher.BuildingFetcher

Наследование: TW.ConfigurationFetcher.Fetcher.IFetcher
Показать файл Открыть проект

Открытые методы

Метод Описание
NeedsUpdate ( World world ) : bool
Process ( VaultContext context, World world, string fetchedContents ) : void

Описание методов

NeedsUpdate() публичный Метод

public NeedsUpdate ( World world ) : bool
world World
Результат bool

Process() публичный Метод

public Process ( VaultContext context, World world, string fetchedContents ) : void
context VaultContext
world World
fetchedContents string
Результат void