C# Class MCDawn.CmdMove

Inheritance: MCDawn.Command
显示文件 Open project: jonnyli1125/MCDawn

Public Methods

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

Method Details

CmdMove() public method

public CmdMove ( ) : 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