C# 클래스 GameBase.Network.Internal.CreateRole

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accountid int
gameid uint
lookface uint
mParam ushort
name String
profession byte

공개 메소드들

메소드 설명
Create ( byte data ) : void
CreateRole ( ) : System
GetBuffer ( ) : byte[]

메소드 상세

Create() 공개 메소드

public Create ( byte data ) : void
data byte
리턴 void

CreateRole() 공개 메소드

public CreateRole ( ) : System
리턴 System

GetBuffer() 공개 메소드

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

프로퍼티 상세

accountid 공개적으로 프로퍼티

public int accountid
리턴 int

gameid 공개적으로 프로퍼티

public uint gameid
리턴 uint

lookface 공개적으로 프로퍼티

public uint lookface
리턴 uint

mParam 공개적으로 프로퍼티

public ushort mParam
리턴 ushort

name 공개적으로 프로퍼티

public String name
리턴 String

profession 공개적으로 프로퍼티

public byte profession
리턴 byte