C# Class Server.Commands.Generic.AddCommand

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

Public Methods

Method Description
AddCommand ( ) : System
Execute ( CommandEventArgs e, object obj ) : void
ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool

Method Details

AddCommand() public method

public AddCommand ( ) : System
return System

Execute() public method

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

ValidateArgs() public method

public ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool
impl Server.Commands.Generic.BaseCommandImplementor
e CommandEventArgs
return bool