C# Class NetMud.Commands.Movement.UseExits

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

Méthodes publiques

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

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

RenderSyntaxHelp() public méthode

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

UseExits() public méthode

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