C# Class MCSharp.CmdRules

Inheritance: MCSharp.Command
ファイルを表示 Open project: Voziv/MCSharp

Public Methods

Method Description
CmdRules ( CommandGroup g, GroupEnum group, string name ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void

Private Methods

Method Description
SendRules ( Player target ) : void

Sends the rules to a target player

Method Details

CmdRules() public method

public CmdRules ( CommandGroup g, GroupEnum group, string name ) : System
g CommandGroup
group GroupEnum
name string
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