C# Class NutMud.Commands.Administrative.Goto

Inheritance: NetMud.Commands.Attributes.CommandPartial
ファイルを表示 Open project: SwiftAusterity/NetMud

Public Methods

Method Description
Execute ( ) : void

Executes this command

Goto ( ) : System

All Commands require a generic constructor

RenderSyntaxHelp ( ) : IEnumerable

Renders syntactical help for the command, invokes automatically when syntax is bungled

Method Details

Execute() public method

Executes this command
public Execute ( ) : void
return void

Goto() public method

All Commands require a generic constructor
public Goto ( ) : System
return System

RenderSyntaxHelp() public method

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
return IEnumerable