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

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

공개 프로퍼티들

프로퍼티 타입 설명
gameid uint
mParam ushort
playerid int
tag bool

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

CreateRole_Ret() 공개 메소드

public CreateRole_Ret ( ) : System
리턴 System

GetBuffer() 공개 메소드

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

프로퍼티 상세

gameid 공개적으로 프로퍼티

public uint gameid
리턴 uint

mParam 공개적으로 프로퍼티

public ushort mParam
리턴 ushort

playerid 공개적으로 프로퍼티

public int playerid
리턴 int

tag 공개적으로 프로퍼티

public bool tag
리턴 bool