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