This commit is contained in:
aozhiwei 2023-11-04 08:13:01 +08:00
parent b309590d46
commit 16119fb69b

View File

@ -41,6 +41,8 @@
#include "tracemgr.h" #include "tracemgr.h"
#include "matchmgr.h" #include "matchmgr.h"
#include "selfchecker.h" #include "selfchecker.h"
#include "hero_agent.h"
#include "android_agent.h"
#include "skillhelper.h" #include "skillhelper.h"
#include "mt/MetaMgr.h" #include "mt/MetaMgr.h"
@ -227,9 +229,9 @@ void App::UnInit()
HttpProxy::Instance()->UnInit(); HttpProxy::Instance()->UnInit();
GGListener::Instance()->UnInit(); GGListener::Instance()->UnInit();
PlayerMgr::Instance()->UnInit(); PlayerMgr::Instance()->UnInit();
RoomMgr::Instance()->UnInit();
MapMgr::Instance()->UnInit(); MapMgr::Instance()->UnInit();
MatchMgr::Instance()->UnInit(); MatchMgr::Instance()->UnInit();
RoomMgr::Instance()->UnInit();
KillMgr::Instance()->UnInit(); KillMgr::Instance()->UnInit();
EntityFactory::Instance()->UnInit(); EntityFactory::Instance()->UnInit();
SelfChecker::UnInit(); SelfChecker::UnInit();