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

9 lines
255 B
Plaintext

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