C# Class NetMud.Commands.Rendering.Inventory

Inheritance: NetMud.Commands.Attributes.CommandPartial
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode 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 méthode

Executes this command
public Execute ( ) : void
Résultat void

Inventory() public méthode

All Commands require a generic constructor
public Inventory ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RenderSyntaxHelp() public méthode

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