C# Класс NetMud.Commands.EntityManipulation.Drop

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

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

Метод Описание
Drop ( ) : System.Collections.Generic

All Commands require a generic constructor

Execute ( ) : void

Executes this command

RenderSyntaxHelp ( ) : IEnumerable

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

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

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

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

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