MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / NetSubtable

Method NetSubtable

src/soft-link/API.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14RootApiTable::RootApiTable() {}
15
16NetSubtable::NetSubtable() : VTable(sizeof(NetSubtable)) {}
17GameSubtable::GameSubtable() : VTable(sizeof(GameSubtable)) {}
18PlayerSubtable::PlayerSubtable() : VTable(sizeof(PlayerSubtable)) {}
19MiscSubtable::MiscSubtable() : VTable(sizeof(MiscSubtable)) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected