修改提交
parent
0ed597648a
commit
1a50957fce
|
@ -37,7 +37,7 @@ local update = function()
|
||||||
|
|
||||||
-- 临时退出游戏代码
|
-- 临时退出游戏代码
|
||||||
if not AppConst.isSDK and Input.GetKeyDown(UnityEngine.KeyCode.Tab) then
|
if not AppConst.isSDK and Input.GetKeyDown(UnityEngine.KeyCode.Tab) then
|
||||||
SysPanel.ShowTwo(Language[11857], nil, function()
|
MsgPanel.ShowTwo(Language[11857], nil, function()
|
||||||
Game.Logout()
|
Game.Logout()
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue