C# Class EasyFarm.States.StartEngineState

Sets up state before other states start firing.
Inheritance: BaseState
Datei anzeigen Open project: EasyFarm/EasyFarm

Public Methods

Method Description
Check ( ) : bool

Setup any state before other states start firing.

StartEngineState ( IMemoryAPI fface ) : System

Method Details

Check() public method

Setup any state before other states start firing.
public Check ( ) : bool
return bool

StartEngineState() public method

public StartEngineState ( IMemoryAPI fface ) : System
fface IMemoryAPI
return System