C# Class NetMsg.MsgStrongInfo

Inheritance: BaseMsg
Exibir arquivo 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_oe property

public short action
return short

list_item public_oe property

public List list_item
return List

param1 public_oe property

public byte param1
return byte

param2 public_oe property

public int param2
return int

playid public_oe property

public uint playid
return uint

tag public_oe property

public int tag
return int

type public_oe property

public byte type
return byte