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

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

Méthodes publiques

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

Teleports specified player to sending player's location.

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

TeleportHere() public méthode

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