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
Description
Makes StateMachine.java a finite state-machine that works along side enums.
Reason to exist
This will separate the Command System from the State-Machine Systems as the state machine will have more back-end functionality were as the command system will be open to the front-end user stuff.
Scope of the feature
This change will completely alter how state machines are used and function.
Additional context
This was done because of issue #15 which has now been closed.
The text was updated successfully, but these errors were encountered:
Description
Makes StateMachine.java a finite state-machine that works along side enums.
Reason to exist
This will separate the Command System from the State-Machine Systems as the state machine will have more back-end functionality were as the command system will be open to the front-end user stuff.
Scope of the feature
This change will completely alter how state machines are used and function.
Additional context
This was done because of issue #15 which has now been closed.
The text was updated successfully, but these errors were encountered: