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

9 lines
255 B
Plaintext

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