C# Class CleanFarm.Command

A simple command object.
Inheritance: ICommand
Show file Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Command ( Action Action ) : System

Constructor.

Execute ( ) : void

Executes the logic for the command.

Method Details

Command() public method

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

Execute() public method

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