C# 클래스 NetMsg.MsgChangePkMode

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

공개 프로퍼티들

프로퍼티 타입 설명
param int
roleid uint
tag int
time int
type int
value int

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

MsgChangePkMode() 공개 메소드

public MsgChangePkMode ( ) : System
리턴 System

SetKey() 공개 메소드

public SetKey ( GamePacketKeyEx key ) : void
key GameBase.Network.GamePacketKeyEx
리턴 void

프로퍼티 상세

param 공개적으로 프로퍼티

public int param
리턴 int

roleid 공개적으로 프로퍼티

public uint roleid
리턴 uint

tag 공개적으로 프로퍼티

public int tag
리턴 int

time 공개적으로 프로퍼티

public int time
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int

value 공개적으로 프로퍼티

public int value
리턴 int