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

9 lines
159 B
Lua

BuglyManager = {}
local this = BuglyManager
function this.Initialize()
if AppConst.isSDK then
App.BuglyMgr:Init()
end
end
return BuglyManager