- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 26:
Line 26:
− +
test1
function EnemyShipCard.getFrame(frame)
function EnemyShipCard.getFrame(frame)
local args = getArgs{frame = frame:getParent()}
local args = getArgs{frame = frame:getParent()}
return EnemyShipCard:BattleCard(args)
return self:BattleCard(args)
end
end
return EnemyShipCard
return EnemyShipCard