C# Class NetMsg.MsgAttackInfo

Inheritance: BaseMsg
ファイルを表示 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_oe property

public uint idTarget
return uint

param public_oe property

public byte[] param
return byte[]

roleId public_oe property

public uint roleId
return uint

skillid public_oe property

public ushort skillid
return ushort

tag public_oe property

public uint tag
return uint

time public_oe property

public int time
return int

usPosX public_oe property

public ushort usPosX
return ushort

usPosY public_oe property

public ushort usPosY
return ushort

usType public_oe property

public uint usType
return uint