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:
SL1900
2026-07-21 12:30:00 +09:00
parent a12087abad
commit 8c4bd41668
1334 changed files with 873026 additions and 95164 deletions
@@ -0,0 +1,13 @@
local SoldierEffectDesItemCtrl = class("SoldierEffectDesItemCtrl", BaseCtrl)
SoldierEffectDesItemCtrl._mapNodeConfig = {}
SoldierEffectDesItemCtrl._mapEventConfig = {}
SoldierEffectDesItemCtrl._mapRedDotConfig = {}
function SoldierEffectDesItemCtrl:OnRefresh(tbData, nCardId)
if self._mapNode.TextName ~= nil then
NovaAPI.SetTMPText(self._mapNode.TextName, tbData and tbData.sName or "")
end
if self._mapNode.TextDes ~= nil then
NovaAPI.SetTMPText(self._mapNode.TextDes, tbData and tbData.sDes or "")
end
end
return SoldierEffectDesItemCtrl