addState function
- StateBase stateInstance
This method is usefull to add a state passing stateInstance on demand.
Implementation
void addState(StateBase stateInstance) {
_store.addState(stateInstance);
}
This method is usefull to add a state passing stateInstance on demand.
void addState(StateBase stateInstance) {
_store.addState(stateInstance);
}