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

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

Méthodes publiques

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

Heals one or all players.

Initialise ( ) : void

Method Details

Heal() public méthode

Heals one or all players.
public Heal ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void