Hello P.,
Why is Configuring rendered inside NotShooting?
Because it is defining first inside `NotShooting`, as:
@startuml
state NotShooting {
[*] --> Idle
Idle --> Configuring : EvConfig
Configuring --> Idle : EvConfig
}
@enduml
If that can help,
Regards,
Th.