C# Class ActionTemplate_CS, Pharos

Inheritance: Action
显示文件 Open project: rstaewen/Pharos

Public Methods

Method Description
ActionTemplate_CS ( ) : System.Collections
Execute ( RAIN ai ) : ActionResult,
Start ( RAIN ai ) : void
Stop ( RAIN ai ) : void

Method Details

ActionTemplate_CS() public method

public ActionTemplate_CS ( ) : System.Collections
return System.Collections

Execute() public method

public Execute ( RAIN ai ) : ActionResult,
ai RAIN
return ActionResult,

Start() public method

public Start ( RAIN ai ) : void
ai RAIN
return void

Stop() public method

public Stop ( RAIN ai ) : void
ai RAIN
return void