C# 클래스 NetMsg.MsgAttackInfo

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
idTarget uint
param byte[]
roleId uint
skillid ushort
tag uint
time int
usPosX ushort
usPosY ushort
usType uint

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

MsgAttackInfo() 공개 메소드

public MsgAttackInfo ( ) : System
리턴 System

프로퍼티 상세

idTarget 공개적으로 프로퍼티

public uint idTarget
리턴 uint

param 공개적으로 프로퍼티

public byte[] param
리턴 byte[]

roleId 공개적으로 프로퍼티

public uint roleId
리턴 uint

skillid 공개적으로 프로퍼티

public ushort skillid
리턴 ushort

tag 공개적으로 프로퍼티

public uint tag
리턴 uint

time 공개적으로 프로퍼티

public int time
리턴 int

usPosX 공개적으로 프로퍼티

public ushort usPosX
리턴 ushort

usPosY 공개적으로 프로퍼티

public ushort usPosY
리턴 ushort

usType 공개적으로 프로퍼티

public uint usType
리턴 uint