TestFlow

Interface defines the method of the state

This interface has an update method, that does anything and returns the next state.

interface TestFlow {}

Members

Functions

update
TestFlow update()

Meta