C# Class SagaMap.Packets.Server.ActorTeleport

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
ActorTeleport ( ) : System
SetLocation ( float x, float y, float z ) : void

Method Details

ActorTeleport() public method

public ActorTeleport ( ) : System
return System

SetLocation() public method

public SetLocation ( float x, float y, float z ) : void
x float
y float
z float
return void