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

9 lines
162 B
Lua
Raw Normal View History

2020-08-25 15:46:38 +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