9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
autoImport("BaseCombineCell");
|
|
EquipComposeBagCombineItemCell = class("EquipComposeBagCombineItemCell",BaseCombineCell);
|
|
|
|
autoImport("EquipComposeBagItemCell");
|
|
|
|
function EquipComposeBagCombineItemCell:Init()
|
|
self:InitCells(5, "EquipComposeBagItemCell", EquipComposeBagItemCell);
|
|
end
|