C# Class DarkEmu_GameServer.Silkroad.Skill_

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
CastTime byte
Distance int
Id uint
Name string
NextId uint
NumberOfAttacks byte
PwrMax int
PwrMin int
PwrPercent int
RequiredMp ushort
RequiredSp ulong
Type byte
Type2 byte

Property Details

CastTime public property

public byte CastTime
return byte

Distance public property

public int Distance
return int

Id public property

public uint Id
return uint

Name public property

public string Name
return string

NextId public property

public uint NextId
return uint

NumberOfAttacks public property

public byte NumberOfAttacks
return byte

PwrMax public property

public int PwrMax
return int

PwrMin public property

public int PwrMin
return int

PwrPercent public property

public int PwrPercent
return int

RequiredMp public property

public ushort RequiredMp
return ushort

RequiredSp public property

public ulong RequiredSp
return ulong

Type public property

public byte Type
return byte

Type2 public property

public byte Type2
return byte