Initial version - 1.2.0.60
EN: 1.2.0.60 CN: 1.2.0.61 JP: 1.2.0.63 KR: 1.2.0.67
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
local PerkTipsPanel = class("PerkTipsPanel", BasePanel)
|
||||
PerkTipsPanel._bIsMainPanel = false
|
||||
PerkTipsPanel._bAddToBackHistory = false
|
||||
PerkTipsPanel._sSortingLayerName = AllEnum.SortingLayerName.UI_Top
|
||||
PerkTipsPanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "CommonTipsEx/PerkTips.prefab",
|
||||
sCtrlName = "Game.UI.CommonTipsEx.PerkTipsCtrl"
|
||||
}
|
||||
}
|
||||
function PerkTipsPanel:Awake()
|
||||
end
|
||||
function PerkTipsPanel:OnEnable()
|
||||
end
|
||||
function PerkTipsPanel:OnDisable()
|
||||
end
|
||||
function PerkTipsPanel:OnDestroy()
|
||||
end
|
||||
function PerkTipsPanel:OnRelease()
|
||||
end
|
||||
return PerkTipsPanel
|
||||
Reference in New Issue
Block a user