9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
autoImport("BaseCombineCell");
|
|
AdventureCombineItemCell = class("AdventureCombineItemCell",BaseCombineCell);
|
|
|
|
autoImport("AdventrueItemCell");
|
|
|
|
function AdventureCombineItemCell:Init()
|
|
self:InitCells(5, "AdventureItemCell", AdventrueItemCell);
|
|
end
|