10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
autoImport("EquipChooseCell")
|
|
EquipChooseShortCell = class("EquipChooseShortCell", EquipChooseCell)
|
|
|
|
function EquipChooseShortCell:Init()
|
|
|
|
end
|
|
|
|
function EquipChooseShortCell:SetData(data)
|
|
|
|
end |