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

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

Public Methods

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

Allows an OP to force the time to dtay at a certain point.

Method Details

Initialise() public method

public Initialise ( ) : void
return void

Timelock() public method

Allows an OP to force the time to dtay at a certain point.
public Timelock ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
return void