C# Class NetMud.Commands.Movement.UseExits

Inheritance: NetMud.Commands.Attributes.CommandPartial
Exibir arquivo Open project: SwiftAusterity/NetMud

Public Methods

Method Description
Execute ( ) : void

Executes this command

RenderSyntaxHelp ( ) : IEnumerable

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

UseExits ( ) : System.Collections.Generic

All Commands require a generic constructor

Method Details

Execute() public method

Executes this command
public Execute ( ) : void
return void

RenderSyntaxHelp() public method

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

UseExits() public method

All Commands require a generic constructor
public UseExits ( ) : System.Collections.Generic
return System.Collections.Generic