C# Class MCDawn.CmdOpRules

Inheritance: MCDawn.Command
Mostrar archivo Open project: jonnyli1125/MCDawn

Public Methods

Method Description
CmdOpRules ( ) : System.Collections.Generic
Help ( Player p ) : void
Use ( Player p, string message ) : void

Method Details

CmdOpRules() public method

public CmdOpRules ( ) : System.Collections.Generic
return System.Collections.Generic

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