C# 클래스 NetMsg.MsgHotKey

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

공개 프로퍼티들

프로퍼티 타입 설명
param1 byte[]
str String
tag short
tag2 byte
type int

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

GetGroup() 공개 메소드

public GetGroup ( ) : byte
리턴 byte

GetHotKeyArr() 공개 메소드

public GetHotKeyArr ( ) : String[]
리턴 String[]

MsgHotKey() 공개 메소드

public MsgHotKey ( ) : System
리턴 System

프로퍼티 상세

param1 공개적으로 프로퍼티

public byte[] param1
리턴 byte[]

str 공개적으로 프로퍼티

public String str
리턴 String

tag 공개적으로 프로퍼티

public short tag
리턴 short

tag2 공개적으로 프로퍼티

public byte tag2
리턴 byte

type 공개적으로 프로퍼티

public int type
리턴 int