C# 클래스 SagaMap.Packets.Server.SendNavPoint

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

공개 메소드들

메소드 설명
SendNavPoint ( ) : System
SetNPCType ( uint type ) : void
SetPosition ( List list ) : void
SetPosition ( float x, float y, float z ) : void
SetQuestID ( uint ID ) : void

메소드 상세

SendNavPoint() 공개 메소드

public SendNavPoint ( ) : System
리턴 System

SetNPCType() 공개 메소드

public SetNPCType ( uint type ) : void
type uint
리턴 void

SetPosition() 공개 메소드

public SetPosition ( List list ) : void
list List
리턴 void

SetPosition() 공개 메소드

public SetPosition ( float x, float y, float z ) : void
x float
y float
z float
리턴 void

SetQuestID() 공개 메소드

public SetQuestID ( uint ID ) : void
ID uint
리턴 void