C# Class NetMsg.MsgAttackInfo

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
idTarget uint
param byte[]
roleId uint
skillid ushort
tag uint
time int
usPosX ushort
usPosY ushort
usType uint

Public Methods

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

Method Details

Create() public method

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

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

MsgAttackInfo() public method

public MsgAttackInfo ( ) : System
return System

Property Details

idTarget public property

public uint idTarget
return uint

param public property

public byte[] param
return byte[]

roleId public property

public uint roleId
return uint

skillid public property

public ushort skillid
return ushort

tag public property

public uint tag
return uint

time public property

public int time
return int

usPosX public property

public ushort usPosX
return ushort

usPosY public property

public ushort usPosY
return ushort

usType public property

public uint usType
return uint