C# Class NetMsg.MsgFriendInfo

Inheritance: BaseMsg
Show file 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 property

public byte Online
return byte

fightpower public property

public uint fightpower
return uint

level public property

public byte level
return byte

name public property

public String name
return String

param public property

public byte param
return byte

playerid public property

public uint playerid
return uint

type public property

public byte type
return byte