C# Class NetMsg.MsgFriendInfo

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
Online byte
fightpower uint
level byte
name String
param byte
playerid uint
type byte

Public Methods

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

MsgFriendInfo() public method

public MsgFriendInfo ( ) : System
return System

Property Details

Online public_oe property

public byte Online
return byte

fightpower public_oe property

public uint fightpower
return uint

level public_oe property

public byte level
return byte

name public_oe property

public String name
return String

param public_oe property

public byte param
return byte

playerid public_oe property

public uint playerid
return uint

type public_oe property

public byte type
return byte