C# Class NetMud.Commands.Rendering.Inventory

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

Public Methods

Method Description
Execute ( ) : void

Executes this command

Inventory ( ) : System.Collections.Generic

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

Inventory() public method

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

RenderSyntaxHelp() public method

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