C# 클래스 ACR_ServerCommunicator.ModuleContentPatcher.DownloadConfiguration

A download configuration row from the content_download_config table
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 프로퍼티들

프로퍼티 타입 설명
DLSize string
DownloadHash string
Hash string
Name string
Size string

프로퍼티 상세

DLSize 공개적으로 프로퍼티

The dlsize attribute in the XML
public string DLSize
리턴 string

DownloadHash 공개적으로 프로퍼티

The download hash in the XML
public string DownloadHash
리턴 string

Hash 공개적으로 프로퍼티

The hash in the XML
public string Hash
리턴 string

Name 공개적으로 프로퍼티

The name attribute in the XML
public string Name
리턴 string

Size 공개적으로 프로퍼티

The size attribute in the XML
public string Size
리턴 string