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

9 lines
294 B
Plaintext

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