C# 클래스 NetMud.Commands.Rendering.Inventory

상속: NetMud.Commands.Attributes.CommandPartial
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

Executes this command
public Execute ( ) : void
리턴 void

Inventory() 공개 메소드

All Commands require a generic constructor
public Inventory ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RenderSyntaxHelp() 공개 메소드

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