C# Класс NetMud.Commands.Movement.UseExits

Наследование: NetMud.Commands.Attributes.CommandPartial
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Execute() публичный Метод

Executes this command
public Execute ( ) : void
Результат void

RenderSyntaxHelp() публичный Метод

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
Результат IEnumerable

UseExits() публичный Метод

All Commands require a generic constructor
public UseExits ( ) : System.Collections.Generic
Результат System.Collections.Generic