Skip to content

Commit c03b9a0

Browse files
Update README.md
1 parent f34d5ae commit c03b9a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ A C# library for realization simple state-machine
66
1. [Examples](#Examples)
77

88
## Features
9-
* Entry/exit events for states
9+
* Simple structure
10+
* Entry/exit events for state
1011
* Invoke event for transition
1112
* 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+
1219
--------
1320
## Examples:
1421
--------

0 commit comments

Comments
 (0)