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

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

Public Methods

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

Enables hardmode

Initialise ( ) : void

Method Details

HardMode() public method

Enables hardmode
public HardMode ( 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