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

9 lines
294 B
Plaintext

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