C# Class EasyFarm.States.StartEngineState

Sets up state before other states start firing.
Inheritance: BaseState
Afficher le fichier Open project: EasyFarm/EasyFarm

Méthodes publiques

Méthode Description
Check ( ) : bool

Setup any state before other states start firing.

StartEngineState ( IMemoryAPI fface ) : System

Method Details

Check() public méthode

Setup any state before other states start firing.
public Check ( ) : bool
Résultat bool

StartEngineState() public méthode

public StartEngineState ( IMemoryAPI fface ) : System
fface IMemoryAPI
Résultat System