Class ModInfoItem
Assembly: SlipeServer.Packets.dll
Syntax
Constructors
|
Edit this page
View Source
ModInfoItem()
Declaration
Properties
|
Edit this page
View Source
HasHashInfo
Declaration
public bool HasHashInfo { get; set; }
Property Value
|
Edit this page
View Source
HasSize
Declaration
public bool HasSize { get; set; }
Property Value
|
Edit this page
View Source
Hash
Declaration
public uint Hash { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public ushort Id { get; set; }
Property Value
|
Edit this page
View Source
LongBytes
Declaration
public uint LongBytes { get; set; }
Property Value
|
Edit this page
View Source
LongMd5
Declaration
public string LongMd5 { get; set; }
Property Value
|
Edit this page
View Source
LongSha256
Declaration
public string LongSha256 { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
OriginalSize
Declaration
public Vector3 OriginalSize { get; set; }
Property Value
|
Edit this page
View Source
ShortBytes
Declaration
public uint ShortBytes { get; set; }
Property Value
|
Edit this page
View Source
ShortMd5
Declaration
public string ShortMd5 { get; set; }
Property Value
|
Edit this page
View Source
ShortSha256
Declaration
public string ShortSha256 { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public Vector3 Size { get; set; }
Property Value