Here are the classes, structs, unions and interfaces with brief descriptions:
| IState | Abstract base class to define an interface for a state |
| IStateManager | State manager class. Inherit from this class and create some states to give your agents FSM functionality |
| IStateManagerImpl< T > | State manager class. Inherit from this class and create some states to give your agents FSM functionality |