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

Inheritance: CoreCommand
Datei anzeigen Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

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

Outputs statistics of the servers performance.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

ServerStatus() public method

Outputs statistics of the servers performance.
public ServerStatus ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void