C# Class TDSM.Core.Command.Commands.TeleportHereCommand

Inheritance: CoreCommand
Datei anzeigen Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Initialise ( ) : void
TeleportHere ( ISender sender, ArgumentList args ) : void

Teleports specified player to sending player's location.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

TeleportHere() public method

Teleports specified player to sending player's location.
public TeleportHere ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void