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