C# Class Server.Commands.Generic.AliasedSetCommand

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

Public Methods

Method Description
AliasedSetCommand ( AccessLevel level, string command, string name, string value, ObjectTypes objects ) : System
Execute ( CommandEventArgs e, object obj ) : void

Method Details

AliasedSetCommand() public method

public AliasedSetCommand ( AccessLevel level, string command, string name, string value, ObjectTypes objects ) : System
level AccessLevel
command string
name string
value string
objects ObjectTypes
return System

Execute() public method

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