C# 클래스 NetMsg.MsgCombo

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

공개 프로퍼티들

프로퍼티 타입 설명
combo GameBase.Network.PacketOut
count uint
type short

공개 메소드들

메소드 설명
AddComboInfo ( uint magicid, MapServer attack, MapServer target, uint track_id, uint track_id2 ) : void
CalcTag ( uint magicid, MapServer attack, MapServer target ) : void
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgCombo ( ) : System

메소드 상세

AddComboInfo() 공개 메소드

public AddComboInfo ( uint magicid, MapServer attack, MapServer target, uint track_id, uint track_id2 ) : void
magicid uint
attack MapServer
target MapServer
track_id uint
track_id2 uint
리턴 void

CalcTag() 공개 메소드

public CalcTag ( uint magicid, MapServer attack, MapServer target ) : void
magicid uint
attack MapServer
target MapServer
리턴 void

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

MsgCombo() 공개 메소드

public MsgCombo ( ) : System
리턴 System

프로퍼티 상세

combo 공개적으로 프로퍼티

public PacketOut,GameBase.Network combo
리턴 GameBase.Network.PacketOut

count 공개적으로 프로퍼티

public uint count
리턴 uint

type 공개적으로 프로퍼티

public short type
리턴 short