13 lines
265 B
Plaintext
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 |