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

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Initialise ( ) : void
Teleport ( ISender sender, ArgumentList args ) : void

Teleports player1 to a second specified player's location.

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

Teleport() public méthode

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
Résultat void