You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a hierarchical state machine in order to structure the code better and avoid duplication.
So, I have this question - is it possible to combine instantiating a factory with new arbitrary methods? In this way that the new machine has a function which is unique to it.
It seems that currently it doesn't work. Or maybe I'm doing something wrong...
Kind regards
The text was updated successfully, but these errors were encountered:
Hey Jake,
Thank you for this project.
I'm trying to create a hierarchical state machine in order to structure the code better and avoid duplication.
So, I have this question - is it possible to combine instantiating a factory with new arbitrary methods? In this way that the new machine has a function which is unique to it.
It seems that currently it doesn't work. Or maybe I'm doing something wrong...
Kind regards
The text was updated successfully, but these errors were encountered: