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

Inheritance: EverybodyEdits.Game.Chat.Commands.ChatCommand
ファイルを表示 Open project: EEmulator/EEmulator

Public Methods

Method Description
KillCommand ( EverybodyEdits game )

Protected Methods

Method Description
OnExecute ( Player player, Array commandInput ) : void

Method Details

KillCommand() public method

public KillCommand ( EverybodyEdits game )
game EverybodyEdits

OnExecute() protected method

protected OnExecute ( Player player, Array commandInput ) : void
player Player
commandInput Array
return void