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

9 lines
246 B
Plaintext

autoImport("BaseCombineCell");
PicturWallCombineItemCell = class("PicturWallCombineItemCell",BaseCombineCell);
autoImport("PictureWallCell");
function PicturWallCombineItemCell:Init()
self:InitCells(1, "PictureWallCell", PictureWallCell);
end