prime31/StateKit

Separate StateMachine Initialization and start point

Opened this issue · 0 comments

Recently I had a small problem. Lets say, that one of my states is just initialization state that just do stuff in begin() than move SM to next state. If this kind of state is a initializationState, machine will fail because other states are added later.