ro-table/Assets/Resources/Script/FrameWork/GUI/cell/PetDressingCombineItemCell.txt
2025-06-04 05:12:01 +08:00

6 lines
257 B
Plaintext

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