This commit is contained in:
2020-08-26 19:56:45 +08:00
parent 7ff6b2ec35
commit 3ece010fc1
208 changed files with 14753 additions and 637 deletions

View File

@@ -53,6 +53,11 @@ function CLLPStart.setLuasAtBegainning()
if ReporterMessageReceiver.self and ReporterMessageReceiver.self.gameObject then
ReporterMessageReceiver.self.gameObject:SetActive(true)
end
else
NetProto.isDebug = false
if ReporterMessageReceiver.self and ReporterMessageReceiver.self.gameObject then
ReporterMessageReceiver.self.gameObject:SetActive(false)
end
end
end
)
@@ -72,6 +77,13 @@ function CLLPStart.setLuasAtBegainning()
CLUIFormUtl.setSoftInputMode("SOFT_INPUT_ADJUST_PAN")
Screen.sleepTimeout = CS.UnityEngine.SleepTimeout.SystemSetting
CallListner.self:setLua()
CLLCallListner.checkAndSetUserPermission(
function()
CallListner.self:init()
end
)
-- 添加屏蔽字
--MyMain.self:invoke4Lua(CLLPStart.addShieldWords, 1)