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

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

공개 메소드들

메소드 설명
OtherActorTeleport ( ) : System
SetActorID ( uint ActorID ) : void
SetLocation ( float x, float y, float z ) : void

메소드 상세

OtherActorTeleport() 공개 메소드

public OtherActorTeleport ( ) : System
리턴 System

SetActorID() 공개 메소드

public SetActorID ( uint ActorID ) : void
ActorID uint
리턴 void

SetLocation() 공개 메소드

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