StateKit icon indicating copy to clipboard operation
StateKit copied to clipboard

Separate StateMachine Initialization and start point

Open grygus opened this issue 7 years ago • 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.

grygus avatar Aug 24 '17 13:08 grygus