| 14 | RootApiTable::RootApiTable() {} |
| 15 | |
| 16 | NetSubtable::NetSubtable() : VTable(sizeof(NetSubtable)) {} |
| 17 | GameSubtable::GameSubtable() : VTable(sizeof(GameSubtable)) {} |
| 18 | PlayerSubtable::PlayerSubtable() : VTable(sizeof(PlayerSubtable)) {} |
| 19 | MiscSubtable::MiscSubtable() : VTable(sizeof(MiscSubtable)) {} |
nothing calls this directly
no outgoing calls
no test coverage detected