dotnet-state-machine / stateless

A simple library for creating state machines in C# code
Other
5.6k stars 766 forks source link

Include examples of State and Trigger #476

Open ffMathy opened 2 years ago

ffMathy commented 2 years ago

In the examples, there is nothing about what State and Trigger are in the generic parameters to the state machine, and how they are defined.

Could this be useful to add?