Namespace AlchemyBow.Core.States
Classes
StateGraph
Represents a nested directed graph designed to work with states (HFSM - Hierarchical Finite State Machine).
StateGraphComposer
A helper class used to describe the StateGraph
nodes.
Interfaces
ICondition
Provides the base interface for the abstraction of conditions.
IState
Provides the base interface for the abstraction of states.