chickensoft-games / LogicBlocks

Human-friendly, hierarchical state machines for games and apps in C#.
https://www.nuget.org/packages/Chickensoft.LogicBlocks
MIT License
152 stars 6 forks source link

feat: allow states to be restored before starting #29

Closed definitelyokay closed 6 months ago

definitelyokay commented 6 months ago

Allows states to be restored from the outside if the logic block hasn't been started.

Also adds files to make the rider editing experience better.