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

7 lines
247 B
Plaintext

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