Update - 1.12.0.120
EN: 1.12.0.120 CN: 1.12.0.120 JP: 1.12.0.124 KR: 1.12.0.124
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
local DoubleDropActQuestPanel = class("DoubleDropActQuestPanel", BasePanel)
|
||||
DoubleDropActQuestPanel._bIsMainPanel = false
|
||||
DoubleDropActQuestPanel._sUIResRootPath = "UI_Activity/"
|
||||
DoubleDropActQuestPanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "_103001/DoubleDropActRewardPanel.prefab",
|
||||
sCtrlName = "Game.UI.Activity.DoubleDrop.DoubleDropActQuestCtrl"
|
||||
}
|
||||
}
|
||||
function DoubleDropActQuestPanel:Awake()
|
||||
end
|
||||
function DoubleDropActQuestPanel:OnEnable()
|
||||
end
|
||||
function DoubleDropActQuestPanel:OnAfterEnter()
|
||||
end
|
||||
function DoubleDropActQuestPanel:OnDisable()
|
||||
end
|
||||
function DoubleDropActQuestPanel:OnDestroy()
|
||||
end
|
||||
function DoubleDropActQuestPanel:OnRelease()
|
||||
end
|
||||
return DoubleDropActQuestPanel
|
||||
Reference in New Issue
Block a user