We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34d5ae commit c03b9a0Copy full SHA for c03b9a0
README.md
@@ -6,9 +6,16 @@ A C# library for realization simple state-machine
6
1. [Examples](#Examples)
7
8
## Features
9
-* Entry/exit events for states
+* Simple structure
10
+* Entry/exit events for state
11
* Invoke event for transition
12
* Export/Import to/from XML
13
+* Parameters for transitions
14
+* Parameters for entry/exit
15
+* State changed event for state machine
16
+* Data for sharing between states
17
+* Change event for data
18
+
19
--------
20
## Examples:
21
0 commit comments