C# Class NetMsg.MsgReCall1

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

Méthodes publiques

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

Méthodes publiques

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

MsgReCall1() public méthode

public MsgReCall1 ( ) : System
Résultat System

Property Details

mapid public_oe property

public int mapid
Résultat int

roleid public_oe property

public uint roleid
Résultat uint

tag public_oe property

public int tag
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