C# Class MCLawl.CmdHelp

Inheritance: Command
ファイルを表示 Open project: dekema2/MCDek

Public Methods

Method Description
CmdHelp ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void

Private Methods

Method Description
getColor ( string commName ) : string

Method Details

CmdHelp() public method

public CmdHelp ( ) : System
return System

Help() public method

public Help ( Player p ) : void
p Player
return void

Use() public method

public Use ( Player p, string message ) : void
p Player
message string
return void