C# Class NetMud.Commands.EntityManipulation.Drop

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

Public Methods

Method Description
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

Method Details

Drop() public method

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

Execute() public method

Executes this command
public Execute ( ) : void
return void

RenderSyntaxHelp() public method

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