Releases: FoxyOfJungle/RollbackStateMachines
Releases · FoxyOfJungle/RollbackStateMachines
v1.1
v1.1 Released!
- Added Triggers (Add a State as a trigger for another. In other words, its functions will be executed according to the defined state);
-
- This allows for a different form of inheritance;
- Added OverrideState() function (Replaces functions from one state to another, keeping the same state name.);
- Added OverrideStateFunction() function (Replaces specific functions from a state.);
- It is now possible to have Free State children.
v1.0
Rollback State Machine v1.0 Released!