Struct ResourceFile
Assembly: SlipeServer.Packets.dll
Syntax
public struct ResourceFile
Properties
|
Edit this page
View Source
AproximateSize
Declaration
public double AproximateSize { readonly get; set; }
Property Value
|
Edit this page
View Source
CheckSum
Declaration
public ulong CheckSum { readonly get; set; }
Property Value
|
Edit this page
View Source
FileType
Declaration
public byte FileType { readonly get; set; }
Property Value
|
Edit this page
View Source
IsAutoDownload
Declaration
public bool? IsAutoDownload { readonly get; set; }
Property Value
|
Edit this page
View Source
Md5
Declaration
public byte[] Md5 { readonly get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { readonly get; set; }
Property Value