C# Class NetMsg.MsgReCall2

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

Méthodes publiques

Свойство Type Description
param int
roleid uint
tag int
time int
type int
x short
y short

Méthodes publiques

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

MsgReCall2() public méthode

public MsgReCall2 ( ) : System
Résultat System

Property Details

param public_oe property

public int param
Résultat int

roleid public_oe property

public uint roleid
Résultat uint

tag public_oe property

public int tag
Résultat int

time public_oe property

public int time
Résultat int

type public_oe property

public int type
Résultat int

x public_oe property

public short x
Résultat short

y public_oe property

public short y
Résultat short