C# Class NetMsg.MsgChangePkMode

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
value int

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgChangePkMode ( ) : System
SetKey ( GamePacketKeyEx key ) : void

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[]

MsgChangePkMode() public méthode

public MsgChangePkMode ( ) : System
Résultat System

SetKey() public méthode

public SetKey ( GamePacketKeyEx key ) : void
key GameBase.Network.GamePacketKeyEx
Résultat void

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

value public_oe property

public int value
Résultat int