C# Class MCLawl.CmdMimic

Inheritance: Command
Show file Open project: dekema2/MCDek

Public Methods

Method Description
Help ( Player p ) : void
SendIt ( Player p, string message, Player player ) : void
Use ( Player p, string message ) : void

Method Details

Help() public method

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

SendIt() public method

public SendIt ( Player p, string message, Player player ) : void
p Player
message string
player Player
return void

Use() public method

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