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

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

Public Methods

Method Description
Exit ( ISender sender, ArgumentList args ) : void

Closes the Server all connections.

Initialise ( ) : void

Method Details

Exit() public method

Closes the Server all connections.
public Exit ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void

Initialise() public method

public Initialise ( ) : void
return void