ro-table/Asstes/Resources/Script/FrameWork/GUI/cell/PetDressingCombineItemCell.txt
2025-06-04 05:02:57 +08:00

6 lines
257 B
Plaintext

autoImport("BaseCombineCell");
PetDressingCombineItemCell = class("PetDressingCombineItemCell",BaseCombineCell);
autoImport("PetDressingItemCell")
function PetDressingCombineItemCell:Init()
self:InitCells(4, "PetDressingItemCell", PetDressingItemCell);
end