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

9 lines
285 B
Plaintext

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