ro-table/Assets/Resources/Script/FrameWork/GUI/cell/BagCombineDragItemCell.txt
2025-06-04 05:12:01 +08:00

9 lines
234 B
Plaintext

autoImport("BaseCombineCell");
BagCombineDragItemCell = class("BagCombineDragItemCell", BaseCombineCell);
autoImport("BagDragItemCell");
function BagCombineDragItemCell:Init()
self:InitCells(5, "BagItemCell", BagDragItemCell);
end