C# Class NetMsg.MsgMonsterInjuredInfo

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

Méthodes publiques

Свойство Type Description
injuredvalue uint
monsterid uint
param int[]
role_x short
role_y short
roleid uint
tag uint
time int

Méthodes publiques

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

MsgMonsterInjuredInfo() public méthode

public MsgMonsterInjuredInfo ( ) : System
Résultat System

Property Details

injuredvalue public_oe property

public uint injuredvalue
Résultat uint

monsterid public_oe property

public uint monsterid
Résultat uint

param public_oe property

public int[] param
Résultat int[]

role_x public_oe property

public short role_x
Résultat short

role_y public_oe property

public short role_y
Résultat short

roleid public_oe property

public uint roleid
Résultat uint

tag public_oe property

public uint tag
Résultat uint

time public_oe property

public int time
Résultat int