C# 클래스 NetMsg.MsgFriendInfo

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
Online byte
fightpower uint
level byte
name String
param byte
playerid uint
type byte

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgFriendInfo ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

MsgFriendInfo() 공개 메소드

public MsgFriendInfo ( ) : System
리턴 System

프로퍼티 상세

Online 공개적으로 프로퍼티

public byte Online
리턴 byte

fightpower 공개적으로 프로퍼티

public uint fightpower
리턴 uint

level 공개적으로 프로퍼티

public byte level
리턴 byte

name 공개적으로 프로퍼티

public String name
리턴 String

param 공개적으로 프로퍼티

public byte param
리턴 byte

playerid 공개적으로 프로퍼티

public uint playerid
리턴 uint

type 공개적으로 프로퍼티

public byte type
리턴 byte