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

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Give ( ISender sender, ArgumentList args ) : void

Gives specified item to the specified player.

Initialise ( ) : void

Method Details

Give() public méthode

Gives specified item to the specified player.
public Give ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void