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 StarTowerGrowthPanel = class("StarTowerGrowthPanel", BasePanel)
|
||||
StarTowerGrowthPanel._bAddToBackHistory = false
|
||||
StarTowerGrowthPanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "StarTowerGrowth/StarTowerGrowthPanel.prefab",
|
||||
sCtrlName = "Game.UI.StarTowerGrowth.StarTowerGrowthCtrl"
|
||||
}
|
||||
}
|
||||
function StarTowerGrowthPanel:Awake()
|
||||
end
|
||||
function StarTowerGrowthPanel:OnEnable()
|
||||
end
|
||||
function StarTowerGrowthPanel:OnAfterEnter()
|
||||
end
|
||||
function StarTowerGrowthPanel:OnDisable()
|
||||
end
|
||||
function StarTowerGrowthPanel:OnDestroy()
|
||||
end
|
||||
function StarTowerGrowthPanel:OnRelease()
|
||||
end
|
||||
return StarTowerGrowthPanel
|
||||
Reference in New Issue
Block a user