C# Class NetMsg.MsgChangePkMode

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
param int
roleid uint
tag int
time int
type int
value int

Public Methods

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

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

MsgChangePkMode() public method

public MsgChangePkMode ( ) : System
return System

SetKey() public method

public SetKey ( GamePacketKeyEx key ) : void
key GameBase.Network.GamePacketKeyEx
return void

Property Details

param public_oe property

public int param
return int

roleid public_oe property

public uint roleid
return uint

tag public_oe property

public int tag
return int

time public_oe property

public int time
return int

type public_oe property

public int type
return int

value public_oe property

public int value
return int