9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
autoImport("BaseCombineCell");
|
|
BagCombineDragItemCell = class("BagCombineDragItemCell", BaseCombineCell);
|
|
|
|
autoImport("BagDragItemCell");
|
|
|
|
function BagCombineDragItemCell:Init()
|
|
self:InitCells(5, "BagItemCell", BagDragItemCell);
|
|
end
|