state_pattern
state_pattern copied to clipboard
Enter callback placement
Please move calling of 'enter' method from initialize to set_state(). I need check some conditions and call tansition_to another state in 'enter' metod. When it's in initialze transition_to not working.