Update - 1.7.0.88
EN: 1.7.0.88 CN: 1.7.0.90 JP: 1.7.0.91 KR: 1.7.0.94
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local ThrowGiftPanel = class("ThrowGiftPanel", BasePanel)
|
||||
ThrowGiftPanel._sUIResRootPath = "UI_Activity/"
|
||||
local GamepadUIManager = require("GameCore.Module.GamepadUIManager")
|
||||
ThrowGiftPanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "_400005/ThrowGiftsPanel.prefab",
|
||||
@@ -7,6 +8,8 @@ ThrowGiftPanel._tbDefine = {
|
||||
}
|
||||
}
|
||||
function ThrowGiftPanel:Awake()
|
||||
GamepadUIManager.EnterAdventure(true)
|
||||
GamepadUIManager.EnableGamepadUI("ThrowGiftPanel", {}, nil, true)
|
||||
end
|
||||
function ThrowGiftPanel:OnEnable()
|
||||
end
|
||||
@@ -15,6 +18,8 @@ end
|
||||
function ThrowGiftPanel:OnDisable()
|
||||
end
|
||||
function ThrowGiftPanel:OnDestroy()
|
||||
GamepadUIManager.DisableGamepadUI("ThrowGiftPanel")
|
||||
GamepadUIManager.QuitAdventure()
|
||||
end
|
||||
function ThrowGiftPanel:OnRelease()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user