SimpleStateMachineLibrary icon indicating copy to clipboard operation
SimpleStateMachineLibrary copied to clipboard

📚 A simple library for realization state machines in C# code

Results 7 SimpleStateMachineLibrary issues
Sort by recently updated
recently updated
newest added

Now the user needs to remember what name the transitions and states are described inside the file. And work with them happens like this: ```Cs stateMachine.GetState("State1"); ``` And I would...

Feature
Need discussion
Usability

Feature
Need discussion