2025-06-04 05:02:57 +08:00

13 lines
265 B
Plaintext

local CardCombineCell = _G["CardCombineCell"] or autoImport("CardCombineCell");
CardChipCell = class("CardChipCell", CardCombineCell)
function CardChipCell:Init()
self:FindObjs();
end
function CardChipCell:FindObjs()
end
function CardChipCell:SetData(data)
end