Update - 1.9.0.103
EN: 1.9.0.103 CN: 1.9.0.104 JP: 1.9.0.106 KR: 1.9.0.108
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
local EquipmentUpgradePanel = class("EquipmentUpgradePanel", BasePanel)
|
||||
EquipmentUpgradePanel._bIsMainPanel = false
|
||||
EquipmentUpgradePanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "Equipment/EquipmentUpgradePanel.prefab",
|
||||
sCtrlName = "Game.UI.Equipment.EquipmentUpgradeCtrl"
|
||||
}
|
||||
}
|
||||
function EquipmentUpgradePanel:Awake()
|
||||
end
|
||||
function EquipmentUpgradePanel:OnEnable()
|
||||
end
|
||||
function EquipmentUpgradePanel:OnAfterEnter()
|
||||
end
|
||||
function EquipmentUpgradePanel:OnDisable()
|
||||
end
|
||||
function EquipmentUpgradePanel:OnDestroy()
|
||||
end
|
||||
function EquipmentUpgradePanel:OnRelease()
|
||||
end
|
||||
return EquipmentUpgradePanel
|
||||
Reference in New Issue
Block a user