C# Class NetMsg.MsgStrongInfo

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
action short
list_item List
param1 byte
param2 int
playid uint
tag int
type byte

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
MsgStrongInfo ( ) : System

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

GetStrongMoneyBuffer() public static méthode

public static GetStrongMoneyBuffer ( uint playid, int strong_gold ) : byte[]
playid uint
strong_gold int
Résultat byte[]

MsgStrongInfo() public méthode

public MsgStrongInfo ( ) : System
Résultat System

Property Details

action public_oe property

public short action
Résultat short

list_item public_oe property

public List list_item
Résultat List

param1 public_oe property

public byte param1
Résultat byte

param2 public_oe property

public int param2
Résultat int

playid public_oe property

public uint playid
Résultat uint

tag public_oe property

public int tag
Résultat int

type public_oe property

public byte type
Résultat byte