C# Class NetMsg.MsgTradInfo

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

Public Properties

Property Type Description
fightpower short
level short
param short
type short
typeid uint

Public Methods

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

MsgTradInfo() public method

public MsgTradInfo ( ) : System
return System

Property Details

fightpower public property

public short fightpower
return short

level public property

public short level
return short

param public property

public short param
return short

type public property

public short type
return short

typeid public property

public uint typeid
return uint