C# Class NetMsg.MsgStrongInfo

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

Public Properties

Property Type Description
action short
list_item List
param1 byte
param2 int
playid uint
tag int
type byte

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
MsgStrongInfo ( ) : 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[]

GetStrongMoneyBuffer() public static method

public static GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
playid uint
strong_gold int
return byte[]

MsgStrongInfo() public method

public MsgStrongInfo ( ) : System
return System

Property Details

action public property

public short action
return short

list_item public property

public List list_item
return List

param1 public property

public byte param1
return byte

param2 public property

public int param2
return int

playid public property

public uint playid
return uint

tag public property

public int tag
return int

type public property

public byte type
return byte