1
This commit is contained in:
parent
b309590d46
commit
16119fb69b
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user