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

7 lines
247 B
Plaintext

autoImport("BaseCombineCell");
AdventureFoodPageCombineItemCell = class("AdventureFoodPageCombineItemCell",BaseCombineCell);
function AdventureFoodPageCombineItemCell:Init()
self:InitCells(5, "AdventureFoodItemCell", AdventureFoodItemCell);
end