C# Class NetMsg.MsgFriendInfo

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

Méthodes publiques

Свойство Type Description
Online byte
fightpower uint
level byte
name String
param byte
playerid uint
type byte

Méthodes publiques

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

MsgFriendInfo() public méthode

public MsgFriendInfo ( ) : System
Résultat System

Property Details

Online public_oe property

public byte Online
Résultat byte

fightpower public_oe property

public uint fightpower
Résultat uint

level public_oe property

public byte level
Résultat byte

name public_oe property

public String name
Résultat String

param public_oe property

public byte param
Résultat byte

playerid public_oe property

public uint playerid
Résultat uint

type public_oe property

public byte type
Résultat byte