State Machine
Planned
This feature is not yet implemented.
Idle/patrol/chase/attack states for enemy AI.
Planned Scope
- Finite state machine component
- State definitions with enter/update/exit callbacks
- Transition conditions (distance to player, health threshold)
- Reusable state library (patrol, chase, flee, attack)