C# 클래스 NetMsg.MsgCreateRoleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
hardwaretag String
lookface uint
name String
param ushort
param1 int
param2 int
profession ushort
tag String
tag1 String
version int

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

GetName() 공개 메소드

public GetName ( ) : String
리턴 String

프로퍼티 상세

hardwaretag 공개적으로 프로퍼티

public String hardwaretag
리턴 String

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

name 공개적으로 프로퍼티

public String name
리턴 String

param 공개적으로 프로퍼티

public ushort param
리턴 ushort

param1 공개적으로 프로퍼티

public int param1
리턴 int

param2 공개적으로 프로퍼티

public int param2
리턴 int

profession 공개적으로 프로퍼티

public ushort profession
리턴 ushort

tag 공개적으로 프로퍼티

public String tag
리턴 String

tag1 공개적으로 프로퍼티

public String tag1
리턴 String

version 공개적으로 프로퍼티

public int version
리턴 int