| 17 | GameSubtable::GameSubtable() : VTable(sizeof(GameSubtable)) {} |
| 18 | PlayerSubtable::PlayerSubtable() : VTable(sizeof(PlayerSubtable)) {} |
| 19 | MiscSubtable::MiscSubtable() : VTable(sizeof(MiscSubtable)) {} |
| 20 | |
| 21 | static RootApiTable* g_table = nullptr; |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected