C# Class MCDek.CmdVote

This is the command /vote
Inheritance: MCLawl.Command
Mostra file Open project: dekema2/MCDek

Public Methods

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

Method Details

CmdVote() public method

public CmdVote ( ) : System
return System

Help() public method

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

Use() public method

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