C# Class NetMsg.MsgMonsterDieInfo

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

Public Properties

Property Type Description
injuredvalue uint
monsterid uint
param int[]
role_x short
role_y short
roleid uint
tag uint
time int

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMonsterDieInfo ( ) : 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[]

MsgMonsterDieInfo() public method

public MsgMonsterDieInfo ( ) : System
return System

Property Details

injuredvalue public property

public uint injuredvalue
return uint

monsterid public property

public uint monsterid
return uint

param public property

public int[] param
return int[]

role_x public property

public short role_x
return short

role_y public property

public short role_y
return short

roleid public property

public uint roleid
return uint

tag public property

public uint tag
return uint

time public property

public int time
return int