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

Inheritance: CoreCommand
Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

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

Teleports player1 to a second specified player's location.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

Teleport() public method

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