C# Class Server.Commands.Generic.KickCommand

Inheritance: Server.Commands.Generic.BaseCommand
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Execute ( CommandEventArgs e, object obj ) : void
KickCommand ( bool ban ) : System

Method Details

Execute() public method

public Execute ( CommandEventArgs e, object obj ) : void
e CommandEventArgs
obj object
return void

KickCommand() public method

public KickCommand ( bool ban ) : System
ban bool
return System