C# Class EverybodyEdits.Game.Chat.Commands.KillCommand

Inheritance: EverybodyEdits.Game.Chat.Commands.ChatCommand
Afficher le fichier Open project: EEmulator/EEmulator

Méthodes publiques

Méthode Description
KillCommand ( EverybodyEdits game )

Méthodes protégées

Méthode Description
OnExecute ( Player player, Array commandInput ) : void

Method Details

KillCommand() public méthode

public KillCommand ( EverybodyEdits game )
game EverybodyEdits

OnExecute() protected méthode

protected OnExecute ( Player player, Array commandInput ) : void
player Player
commandInput Array
Résultat void