Update - 1.13.0.124
EN: 1.13.0.124 CN: 1.13.0.124 JP: 1.13.0.128 KR: 1.13.0.130
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
local TDBattleResultPanel = class("TDBattleResultPanel", BasePanel)
|
||||
TDBattleResultPanel._bAddToBackHistory = false
|
||||
TDBattleResultPanel._tbDefine = {
|
||||
{
|
||||
sPrefabPath = "BattleResult/TravelerDuelBattleResultPanel.prefab",
|
||||
sCtrlName = "Game.UI.TrekkerVersus_600003.TDBattleResultCtrl"
|
||||
}
|
||||
}
|
||||
function TDBattleResultPanel:Awake()
|
||||
end
|
||||
function TDBattleResultPanel:OnEnable()
|
||||
end
|
||||
function TDBattleResultPanel:OnDisable()
|
||||
end
|
||||
function TDBattleResultPanel:OnDestroy()
|
||||
end
|
||||
return TDBattleResultPanel
|
||||
Reference in New Issue
Block a user