C# Class DarkEmu_GameServer.Silkroad.Object_

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Exp ulong
HitRatio byte
Hp uint
Id uint
InvSize byte
Level byte
MagDef ushort
Name string
OtherName string
ParryRatio byte
PhyDef ushort
Skill1 uint
Skill2 uint
Skill3 uint
Skill4 uint
Skill5 uint
Skill6 uint
Skill7 uint
Skill8 uint
Skill9 uint
Speed float
Type byte
Type1 byte

Property Details

Exp public property

public ulong Exp
return ulong

HitRatio public property

public byte HitRatio
return byte

Hp public property

public uint Hp
return uint

Id public property

public uint Id
return uint

InvSize public property

public byte InvSize
return byte

Level public property

public byte Level
return byte

MagDef public property

public ushort MagDef
return ushort

Name public property

public string Name
return string

OtherName public property

public string OtherName
return string

ParryRatio public property

public byte ParryRatio
return byte

PhyDef public property

public ushort PhyDef
return ushort

Skill1 public property

public uint Skill1
return uint

Skill2 public property

public uint Skill2
return uint

Skill3 public property

public uint Skill3
return uint

Skill4 public property

public uint Skill4
return uint

Skill5 public property

public uint Skill5
return uint

Skill6 public property

public uint Skill6
return uint

Skill7 public property

public uint Skill7
return uint

Skill8 public property

public uint Skill8
return uint

Skill9 public property

public uint Skill9
return uint

Speed public property

public float Speed
return float

Type public property

public byte Type
return byte

Type1 public property

public byte Type1
return byte