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

9 lines
246 B
Plaintext

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