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

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

Public Methods

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

Gives specified item to the specified player.

Initialise ( ) : void

Method Details

Give() public method

Gives specified item to the specified player.
public Give ( 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