C# 클래스 NetMsg.MsgStrongPack

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

공개 프로퍼티들

프로퍼티 타입 설명
itemid uint
param byte
param1 int
param2 int
param3 short
tick int
type byte

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void

메소드 상세

Create() 공개 메소드

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

프로퍼티 상세

itemid 공개적으로 프로퍼티

public uint itemid
리턴 uint

param 공개적으로 프로퍼티

public byte param
리턴 byte

param1 공개적으로 프로퍼티

public int param1
리턴 int

param2 공개적으로 프로퍼티

public int param2
리턴 int

param3 공개적으로 프로퍼티

public short param3
리턴 short

tick 공개적으로 프로퍼티

public int tick
리턴 int

type 공개적으로 프로퍼티

public byte type
리턴 byte