MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / PostInit

Method PostInit

src/server/login/src/AFCLoginNetModule.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool AFCLoginNetModule::PostInit()
35{
36 StartServer();
37 return true;
38}
39
40int AFCLoginNetModule::StartServer()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected