Managers and singleton patterns used by runtime systems. Scripts are located in Scripts/Tools/Managers/.
| Page | Description |
|---|---|
| Bootstrap | Ordered initialization and runtime registration |
| EM | Global gameplay and application event hub |
| GM | Global game state manager |
| Singleton | Generic singleton base class and safe access patterns |
| Page | Description |
|---|---|
| Managers README | Overview |
| Bootstrap | Init order and IInit |
| EM, GM | Event/game managers |
| Singleton, SingletonById | Singleton patterns |