C# Class NetMsg.MsgAttackInfo

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
idTarget uint
param byte[]
roleId uint
skillid ushort
tag uint
time int
usPosX ushort
usPosY ushort
usType uint

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgAttackInfo ( ) : System

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

MsgAttackInfo() public méthode

public MsgAttackInfo ( ) : System
Résultat System

Property Details

idTarget public_oe property

public uint idTarget
Résultat uint

param public_oe property

public byte[] param
Résultat byte[]

roleId public_oe property

public uint roleId
Résultat uint

skillid public_oe property

public ushort skillid
Résultat ushort

tag public_oe property

public uint tag
Résultat uint

time public_oe property

public int time
Résultat int

usPosX public_oe property

public ushort usPosX
Résultat ushort

usPosY public_oe property

public ushort usPosY
Résultat ushort

usType public_oe property

public uint usType
Résultat uint