C# Class NetMsg.MsgReCall2

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
param int
roleid uint
tag int
time int
type int
x short
y short

Public Methods

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

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

MsgReCall2() public method

public MsgReCall2 ( ) : System
return System

Property Details

param public property

public int param
return int

roleid public property

public uint roleid
return uint

tag public property

public int tag
return int

time public property

public int time
return int

type public property

public int type
return int

x public property

public short x
return short

y public property

public short y
return short