C# 클래스 SagaMap.Packets.Client.SendWeaponMove

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
GetDirection ( ) : byte
GetPosition ( ) : byte
GetWeaponSlot ( ) : byte
New ( ) : Packet
Parse ( SagaLib client ) : void
SendWeaponMove ( ) : System

메소드 상세

GetDirection() 공개 메소드

public GetDirection ( ) : byte
리턴 byte

GetPosition() 공개 메소드

public GetPosition ( ) : byte
리턴 byte

GetWeaponSlot() 공개 메소드

public GetWeaponSlot ( ) : byte
리턴 byte

New() 공개 메소드

public New ( ) : Packet
리턴 SagaLib.Packet

Parse() 공개 메소드

public Parse ( SagaLib client ) : void
client SagaLib
리턴 void

SendWeaponMove() 공개 메소드

public SendWeaponMove ( ) : System
리턴 System