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

6 lines
239 B
Plaintext

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