C# 클래스 CleanFarm.Command

A simple command object.
상속: ICommand
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
Command ( Action Action ) : System

Constructor.

Execute ( ) : void

Executes the logic for the command.

메소드 상세

Command() 공개 메소드

Constructor.
public Command ( Action Action ) : System
Action Action The action to execute.
리턴 System

Execute() 공개 메소드

Executes the logic for the command.
public Execute ( ) : void
리턴 void