| 22 | |
| 23 | static auto& rawEntities() { return getGameState().entities; } |
| 24 | static auto entities() { return FixedVector(rawEntities()); } |
| 25 | static auto& rawListHeads() { return getGameState().entityListHeads; } |
| 26 | static auto& rawListCounts() { return getGameState().entityListCounts; } |
| 27 |
no test coverage detected