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

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

Public Methods

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

Manages the server list

Method Details

Initialise() public method

public Initialise ( ) : void
return void

ServerList() public method

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