miduo_client/Assets/ManagedResources/~Lua/Modules/DataCenterService/BuglyManager.lua

9 lines
159 B
Lua
Raw Normal View History

2021-04-20 13:58:00 +08:00
BuglyManager = {}
2020-07-27 14:42:25 +08:00
local this = BuglyManager
function this.Initialize()
if AppConst.isSDK then
App.BuglyMgr:Init()
end
end
return BuglyManager