ro-table/Asstes/Resources/Script/FrameWork/GUI/cell/Adventure/AdventureResearchCombineItemCell.txt
2025-06-04 05:02:57 +08:00

9 lines
297 B
Plaintext

autoImport("BaseCombineCell");
AdventureResearchCombineItemCell = class("AdventureResearchCombineItemCell",BaseCombineCell);
autoImport("AdventrueResearchItemCell");
function AdventureResearchCombineItemCell:Init()
self:InitCells(5, "AdventrueResearchItemCell", AdventrueResearchItemCell);
end