| 26 | ARK_DECLARE_PLUGIN_DLL_FUNCTION(AFWorldPlugin) |
| 27 | |
| 28 | void AFWorldPlugin::Install() |
| 29 | { |
| 30 | ARK_REGISTER_MODULE(AFIWorldNetModule, AFCWorldNetModule); |
| 31 | } |
| 32 | |
| 33 | void AFWorldPlugin::Uninstall() |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected