C# 클래스 NetMsg.MsgOperateItem

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

공개 프로퍼티들

프로퍼티 타입 설명
amount ushort
dwData uint
id uint
param ushort
param1 ushort
param2 uint
param3 int
usAction ushort

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

MsgOperateItem() 공개 메소드

public MsgOperateItem ( ) : System
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public ushort amount
리턴 ushort

dwData 공개적으로 프로퍼티

public uint dwData
리턴 uint

id 공개적으로 프로퍼티

public uint id
리턴 uint

param 공개적으로 프로퍼티

public ushort param
리턴 ushort

param1 공개적으로 프로퍼티

public ushort param1
리턴 ushort

param2 공개적으로 프로퍼티

public uint param2
리턴 uint

param3 공개적으로 프로퍼티

public int param3
리턴 int

usAction 공개적으로 프로퍼티

public ushort usAction
리턴 ushort