stateless
stateless copied to clipboard
[DEPRECATED] A C# Hierarchical State Machine
Results
2
stateless issues
Sort by
recently updated
recently updated
newest added
Fixes #2
When using the StateMachine.ctor for the use with external storage ``` public StateMachine(Func stateAccessor, Action stateMutator) ``` the stateAccessor-delegate gets called rather often. For example for a simple state transition...