C# 클래스 TW.ConfigurationFetcher.Fetcher.BuildingFetcher

상속: TW.ConfigurationFetcher.Fetcher.IFetcher
파일 보기 프로젝트 열기: tylercamp/twvault-trimmed

공개 메소드들

메소드 설명
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