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

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

Méthodes publiques

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

Manages the server list

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

ServerList() public méthode

Manages the server list
public ServerList ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
Résultat void