C# 클래스 NetMsg.MsgEquipOperation

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

공개 프로퍼티들

프로퍼티 타입 설명
itemid uint
materialid uint
param uint
param1 uint
type uint

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

MsgEquipOperation() 공개 메소드

public MsgEquipOperation ( ) : System
리턴 System

프로퍼티 상세

itemid 공개적으로 프로퍼티

public uint itemid
리턴 uint

materialid 공개적으로 프로퍼티

public uint materialid
리턴 uint

param 공개적으로 프로퍼티

public uint param
리턴 uint

param1 공개적으로 프로퍼티

public uint param1
리턴 uint

type 공개적으로 프로퍼티

public uint type
리턴 uint