* Called once all Systems have been added to the SystemManager. * * Typically used to set up event handlers. */
| 42 | * Typically used to set up event handlers. |
| 43 | */ |
| 44 | virtual void configure(EventManager &events) {} |
| 45 | |
| 46 | /** |
| 47 | * Apply System behavior. |
nothing calls this directly
no outgoing calls
no test coverage detected