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,20 @@
|
||||
local BasePanel = require("GameCore.UI.BasePanel")
|
||||
local SolodanceThemePanel = class("SolodanceThemePanel", BasePanel)
|
||||
SolodanceThemePanel._sUIResRootPath = "UI_Activity/"
|
||||
SolodanceThemePanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "20102/SolodanceThemePanel.prefab",
|
||||
sCtrlName = "Game.UI.ActivityTheme.20102.SolodanceThemeCtrl"
|
||||
}
|
||||
}
|
||||
function SolodanceThemePanel:Awake()
|
||||
end
|
||||
function SolodanceThemePanel:OnEnable()
|
||||
end
|
||||
function SolodanceThemePanel:OnDisable()
|
||||
end
|
||||
function SolodanceThemePanel:OnDestroy()
|
||||
end
|
||||
function SolodanceThemePanel:OnRelease()
|
||||
end
|
||||
return SolodanceThemePanel
|
||||
Reference in New Issue
Block a user