6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
autoImport("BaseCombineCell");
|
|
PetDressingCombineItemCell = class("PetDressingCombineItemCell",BaseCombineCell);
|
|
autoImport("PetDressingItemCell")
|
|
function PetDressingCombineItemCell:Init()
|
|
self:InitCells(4, "PetDressingItemCell", PetDressingItemCell);
|
|
end |